nodelist
常見例句
- XmlNodeList nodeList = document.
SelectNodes( "聯(lián)系人列表 "); - The nodes in the NodeList can be accessed through their index number (starting from 0).
節(jié)點列表中的節(jié)點可以同過其對應的索引數(shù)字進行訪問(從0開始計數(shù))。 - The getElementsByTagName () method returns a NodeList of all a elements with a specified name.
方法的作用是:通過指定的名稱返回所有元素的節(jié)點列表。 - If the selected node has no children, this property returns a NodeList containing no nodes.
如果以選擇的節(jié)點不包含子節(jié)點,那么這個屬性返回部包含任何節(jié)點的節(jié)點列表。 - The getElementsByTagName() method returns a NodeList of all a elements with a specified name.
方法返回了一個與指定的名稱相對應的所有元素的節(jié)點列表。 - The getElementsByTagNameNS() method returns a NodeList of all elements with a specified name and namespace.
方法返回了一組包含指定名稱和命名空間的元素節(jié)點列表。 返回 nodelist