To pass on information to the application, DOM creates a tree of objects that duplicates exactly the tree of elements from the XML file, with every XML element being a node in the tree.
为了把信息传递给应用程序,DOM创建和XML文件元素树完全相同的对象树,每个XML元素都用树中的一个节点表示。
The structure of the document is displayed in a collapsible tree hierarchy in one pane, while any attributes or element bodies are displayed in a table in another pane.
文档的结构在一个窗格中以可折叠的树层次结构显示,而任何属性或元素主体在另一个窗格的表中显示。
Notice that each node in the tree includes a check box that controls the enabling state of the element.
请注意:树中的每一个节点都包括一个复选框,它负责控制该元素的使动状态。
Figure 2 shows an example of the EMF tree view with the EMF element properties view below it.
图2显示了EMF树形视图的一个示例,其下文是一个EMF元素属性视图。
When an element is selected or deselected, all of its children nodes are set to the same state, which allows for quick selection of entire categories or even the entire tree.
当一个元素被选中或者去掉的时候,它的所有子结点都将被设置为同样的状态,从而我们能够快速地完成整个类别甚至整棵树的全选操作。
The root of the tree is the document itself, and each node corresponds to an element or character data.
树的根是文档本身,每个节点对应于一个元素或字符数据。
As I said earlier, this is where you place all the SVG that is copied into the shadow tree of each custom element instance.
如前所述,在这里可以放置需要复制到每个定制元素实例影像树中的任何SVG。
When you select an element in the tree view, the properties view is activated and shows the details of what you have selected.
当您选择树形结构中的某个元素时,它会激活属性视图并显示所选项目的详细信息。
In this case, if the root element of the XMLNSC tree is a correctly formed SOAP envelope, then the message is used as is.
在此情况下,如果xmlnsc树的根元素是型式正确的SOAP信封,则消息将按原样使用。
The check box before each node in the tree controls the enabling state of the element.
树中每个节点前的复选框控制元素的启用状态。
Expression — Only examines tree content (element values) returning the result of the expression.
表达式——仅检查返回表达式结果的树内容(元素值)。
It's possible to use a combination of HTML element and CSS to create a tree structure.
联合使用HTML元素和CSS创建一个树形结构是可行的。
Starting at the root of the document tree and moving down to the element where the event was triggered, each element is given the opportunity to handle the event.
从文档树的根开始向下移动到触发事件的元素,其中每个元素都有机会处理该事件。
Using that tree of nodes, you could find the node for the root element, along with all of the root element's descendants, attributes, and siblings.
您可以使用该节点树查找根元素及其所有的后代元素、属性和兄弟元素的节点。
In terms of the standard sort of tree diagram of XML with the root element at the top, the incomplete elements will always be in the line down the right side of the tree.
如果从根元素在顶端的标准xml树关系图的角度来看,不完整的元素将始终位于该树右侧的直线中。
The names of the nested elements correspond to the field names within the table being queried, while the document element — the root of the XML tree — is, aptly, named .
被嵌入元素的名称与被查询表中的字段名称对应,而文档元素 —XML树的根 —被相应地命名为 。
The contents of this element are automatically copied into the shadow tree of each instance of the element for which it is defined at binding time.
该元素的内容被自动复制到绑定时定义的每个元素实例的影像树中。
The text of the element is what appears in the tree as the red node, as shown in Figure 2.
这个元素的文字在树中作为红色节点出现,如图2所示。
The root of the tree is referenced via the rb_root element from the cfs_rq structure (in ./kernel/sched.c).
树的根通过 rb_root元素通过 cfs_rq结构(在./kernel/sched.c中)引用。
When you select a node in the Process tree or on the Outline view, the Property view is updated to reflect the properties of that particular element.
当您在process树中或Outline视图上选择一个节点时,Property视图就被更新以反映该特定元素的属性。
The idea is that a TreeViewer knows about the root element of the tree that it is going to display.
这里的想法是TreeViewer知道要显示的树的根元素。
When an element is selected or deselected, all of its child nodes are set to the same state, which allows for quick selection of entire categories or even the entire tree. For the exercise.
当选择或取消选择一个元素时,它所有的子节点都设置为相同的状态,这可以用来快速选择整个类别甚至整个树。
The href attribute of the element contains the URL that you use later to retrieve the contents of the library when the node is expanded in the tree.
当在树中展开节点时,使用元素的href属性中的URL获取库的内容。
This means that you still need to use XML structural constructs like Element or Text, and you still need to do a decent bit of tree walking.
这意味着仍然需要使用Element、Text这样的XML结构成分,仍然需要适当的树遍历。
In these cases, a multidimensional hierarchy, where each element is part of more than one tree, is useful.
在这些情况下,多维层次结构是非常有用的,其中每个元素是多棵树的一部分。
Since any given element is contained within the start and end tag of its containing element, the structure has to form a tree.
由于任何给定元素都包含在包容它的元素的开始与结束标记之内,因此该结构必然为树型。
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.
在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.
在DOM 中,文档被模型化为一棵树,其中每个XML语法成分(如元素和文本内容)都用一个节点表示。
应用推荐