HomeSort by relevance Sort by last modified time
    Searched refs:NodeList (Results 351 - 375 of 817) sorted by null

<<11121314151617181920>>

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentgetelementsbytagnameNS01.java 34 * The method getElementsByTagNameNS returns a NodeList of all the Elements with
39 * namespaceURI=* and localName=*. This should return a nodeList of 1 item.
73 NodeList childList;
documentgetelementsbytagnameNS04.java 34 * The method getElementsByTagNameNS returns a NodeList of all the Elements with
39 * namespaceURI="null" and localName="0". This should return a nodeList of 0 items.
75 NodeList childList;
elementgetelementsbytagnamens02.java 47 * The method getElementsByTagNameNS returns a NodeList of all the Elements with a given local
51 * localName '*'. Verify if this returns a nodeList of 0 elements.
87 NodeList elementList;
elementgetelementsbytagnamens05.java 47 * Returns a NodeList of all the Elements with a given local name and namespace URI in the
52 * Verify if this returns a nodeList of 1 elements.
88 NodeList elementList;
elementsetattributensurinull.java 85 NodeList elementList;
getAttributeNS03.java 70 NodeList elementList;
getAttributeNodeNS01.java 71 NodeList elementList;
getElementsByTagNameNS01.java 35 * Document should return a new NodeList of all Elements that have a namespace
40 * Method should return a new NodeList of 37 elements.
70 NodeList newList;
getElementsByTagNameNS05.java 34 * The "getElementsByTagNameNS(namespaceURI,localName)" method returns a NodeList
38 * Create a NodeList of all the descendant elements
41 * The method should return a NodeList whose length is
72 NodeList elementList;
getElementsByTagNameNS06.java 34 * The "getElementsByTagNameNS(namespaceURI,localName)" method returns a NodeList
38 * Create a NodeList of all the descendant elements
41 * The method should return a NodeList whose length is
76 NodeList elementList;
getElementsByTagNameNS07.java 34 * The "getElementsByTagNameNS(namespaceURI,localName)" method returns a NodeList
38 * Create a NodeList of all the descendant elements
41 * The method should return a NodeList whose length is
76 NodeList elementList;
getElementsByTagNameNS08.java 67 NodeList newList;
getElementsByTagNameNS12.java 34 * The "getElementsByTagNameNS(namespaceURI,localName)" method returns a NodeList
38 * Create a NodeList of all the descendant elements
41 * The method should return a NodeList whose length is "0".
70 NodeList elementList;
getElementsByTagNameNS13.java 34 * The "getElementsByTagNameNS(namespaceURI,localName)" method returns a NodeList
38 * Create a NodeList of all the descendant elements
41 * The method should return a NodeList whose length is
76 NodeList elementList;
getElementsByTagNameNS14.java 34 * The "getElementsByTagNameNS(namespaceURI,localName)" method returns a NodeList
38 * Create a NodeList of all the descendant elements
41 * The method should return a NodeList whose length is
76 NodeList elementList;
getNamedItemNS02.java 73 NodeList elementList;
hasAttribute01.java 65 NodeList elementList;
hasAttribute03.java 65 NodeList elementList;
hasAttributeNS01.java 70 NodeList elementList;
hasAttributeNS02.java 69 NodeList elementList;
hasAttributeNS03.java 69 NodeList elementList;
hasAttributes01.java 65 NodeList addrList;
hasAttributes02.java 65 NodeList addrList;
localName03.java 69 NodeList elementList;
namespaceURI04.java 66 NodeList elementList;

Completed in 2281 milliseconds

<<11121314151617181920>>