导航菜单

nodelist是什么意思_翻译中文_怎么读

node pst

美式发音: 英式发音: 

un.节点表

网络释义:节点列表;根结点中所有子节点的列表;节点集合

网络释义

un.1.节点表

1.节点列表 ... 7.属性类 Attr 4.节点列表类 NodeList 5.节点类 Node ...

例句释义:,节点表,节点列表,根结点中所有子节点的列表,节点集合

1.NodeList is the structure used to return the pst of nodes from the evaluation of your XPath.NodeList是一个结构,用于从XPath计算中返回节点列表。

2.The result of evaluate, which is an Object, is cast to the DOM NodeList type, and returned.evaluate的结果(一个Object)被转换为DOMNodeList类型并返回。

3.That would abstract away the details about DOM completely, and remove even the current small dependency on org. w3c. dom. NodeList.这将完全抽象出DOM的细节,然后删除当前对org.w3c.dom.NodeList的所有依赖关系。

4.In fact, that's why XPathEvaluator abstracts XPath details away from users of the class, but still returns a DOM NodeList.实际上,这就是XPathEvaluator从类的用户那里抽象出XPath细节,但仍然返回一个DOMNodeList的原因。

5.Every NodeList contains a pst of Nodes for a particular series.每个NodeList都包含一个用于特殊级数的Node的列表。

6.Define the MAC addresses of the nodes in the mac table, then define the nodes to the nodepst table.在mac表内定义节点的MAC地址,然后在nodepst表内定义节点。

7.Change nodeList to include the names of the nodes that will be part of the cluster.将nodeList修改为包含构成集群的节点的名称。

8.will return a NodeList of nodes called names contained within the someElement node.将返回一个包含在someElement节点中称为names的节点NodeList。

9.The nodes in the NodeList can be accessed through their index number (starting from 0).中的节点可以通过它们的索引数字(从0开始)访问。

10.will return an array (or a NodeList) of tags called name from within the document.将从文档中返回一个名为name的标记数组(或NodeList)。