1) XML object
XML对象
1.
It discusses the method of loading XML files and analyzes its communicating principle in Flash 8 by using XML object and using XML Socket object.
从使用XML对象和使用XMLSocket对象两种方式讨论了在Flash8中载入XML文件的方法,并分析了在Flash8中使用两种方式载入XML文件的通信原理,通过简要代码说明Flash与XML之间的通信方法。
2) object-oriented XML
面向对象XML
1.
But current approaches of indexing XML data s structures don t support indexing object-oriented XML data,so an OOCtree(Object-Oriented compact tree) indexing model is proposed that based on object-oriented XML data,it is a two-lev.
而现有的索引模式都不支持面向对象XML数据的查询,由此提出了一种基于面向对象XML数据的OOCtree(Object-Oriented compact tree)索引模式,它是一棵包含组级和元素级的两级双向树。
3) XML data object
XML数据对象
4) XML object model
XML对象模型
5) XMLHttpRequest object
XML Http Request对象
1.
Among them,the XMLHttpRequest object constructed by JavaScript is the core of Ajax,it can realize the asy.
其中,JavaScript构造的XML Http Request对象是Ajax的核心,通过该对象浏览器能实现与服务器的异步通信。
6) object-oriented XML data
面向对象的XML
1.
Path repository is proposed as a novel indexing scheme for object-oriented XML data,which is a bi-level tree to represent compactly and precisely the objectoriented XML data and composed of a group level and element level.
提出了一种面向对象XML数据的索引模式路径仓,路径仓是紧凑地、准确地表示面向对象的XML数据的一棵树,是两级双向树:组级和元素级。
2.
OOX,a prototype of object-oriented XML database query system is designed and implemented based on hard core of object-oriented XML data storage,index and query.
设计和开发了面向对象的XML数据查询系统原型OOX(object-oriented XML)。
补充资料:XML对象模式
微软IE5中的XML解析器揭示了XML对象模式,允许你访问和处理XML文档中的节点。当解析器读取并且解析一个XML文档时,它将建立一棵节点树,每个节点都能通过脚本来访问。 例如,如果解析器读取并且解析下面的XML文档,它将创建一个能通过文档ID值(xmlDocument)被引用的文档对象,一个表现根节点的对象和一个表现树中其余节点的对象。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条