熟悉文档对象模型(DOM)可以帮助理解节点的概念,但不是必需的。
Familiarity with the Document Object Model (DOM) is helpful for an understanding of nodes, but is not required.
因为从树形结构来看,工作区模型非常类似于XML文档,所以XPath是查找节点的理想语法。
Because the workspace model is a lot like an XML document in that it is a tree structure, XPath is an ideal syntax for finding nodes.
另一方面,象Infoset (XML文档中信息节点的正式模型)这样的重要规范应该建立在此基础上。
On the other hand, important specifications such as the Infoset (a formal model of the information nodes in an XML document) should be established at the foundations.
在DOM 中,文档被模型化为一棵树,其中每个XML语法成分(如元素和文本内容)都用一个节点表示。
In DOM, the document is modeled as a tree, where each component of the XML syntax (such as an element or text content) is represented by a node.
通常,访问器工厂使用路径表达式来定位特定的文档节点,或在状态文档模型中创建阶段(甚至阶段的完整路径)。
Typically, the accessor factory uses a path expression to locate a particular document node or to create a node (or even a complete path of nodes) in the state document model.
这个类用来代表外部xml节点,这些节点保留在文档模型中,并不被忽略。
This class is used to represent the foreign XML nodes, which remain in the document model and aren't neglected.
文档对象模型将XML文档内的元素、文本和其他类型的节点呈现为一系列的父子关系。
The document Object Model represents elements, text, and other types of nodes within an XML document as a series of parent-child relationships.
在本文中,我从文档对象模型的角度分析web页面的结构:检查子节点和父节点,以及向现有文档添加并编辑节点。
In this article, I look at the structure of a Web page from a document Object Model point of view, examining children and parents and adding nodes to and editing nodes within an existing document.
此模型扩展定义了4种持久化dom节点类型,设计了一种存储混合型XML文档的方法,并依据文档的次序建立了数据聚集。
This model has defined 4 extra persistent DOM node types, designed a storing method of mixed structure XML documents and created clustered data based on XML document orders.
XML文档对象模型(DOM)在内存中之后,可以移除树中的节点,或移除特定节点类型中的内容和值。
Once an XML Document Object Model (DOM) is in memory, you can remove nodes from the tree, or remove content and values from certain node types.
XML文档对象模型(DOM)在创建新元素节点或属性节点时检查名称的有效性。
The XML Document Object Model (DOM) checks the validity of the names when creating new element nodes or attribute nodes.
XML文档对象模型(DOM)在创建新元素节点或属性节点时检查名称的有效性。
The XML Document Object Model (DOM) checks the validity of the names when creating new element nodes or attribute nodes.
应用推荐