/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
TestVersionTracker.java | 47 import org.w3c.dom.NodeList; 239 NodeList nodeList = doc.getElementsByTagName("import"); 240 if (nodeList == null || nodeList.getLength() == 0) { 243 for (int i = 0; i < nodeList.getLength(); i++) { 244 Node node = nodeList.item(i); 304 NodeList nodeList = doc.getElementsByTagName("target"); 305 if (nodeList == null || nodeList.getLength() == 0) [all...] |
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
DocumentImportNode.java | 7 import org.w3c.dom.NodeList; 69 // NodeList childList; 96 NodeList addresses; 120 // NodeList childList; 148 // NodeList childList; 248 NodeList childList; 265 NodeList childList; 298 NodeList childList; 301 NodeList addressElemChildren; 302 NodeList importedChildren [all...] |
HasAttributes.java | 26 import org.w3c.dom.NodeList; 72 NodeList addrList; 83 NodeList addrList;
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMChildIterNodeList.java | 28 * NodeList interface wrapped around a DTM Iterator. The author 29 * considers this something of an abominations, since NodeList was not 36 * NodeList operating over the same document. In particular: 48 * promise to implement the DOM NodeList's "live view" response to 65 * Public constructor: Create a NodeList to support 84 // org.w3c.dom.NodeList API follows 92 * <code>NodeList</code>, or <code>null</code> if that is not a valid
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
XPathAPI.java | 31 import org.w3c.dom.NodeList; 96 * Use an XPath string to select a nodelist. 112 * Use an XPath string to select a nodelist. 135 * Use an XPath string to select a nodelist. 144 public static NodeList selectNodeList(Node contextNode, String str) 151 * Use an XPath string to select a nodelist. 161 public static NodeList selectNodeList( 169 // Return a NodeList. 170 return list.nodelist(); 178 * @return An XObject, which can be used to obtain a string, number, nodelist, etc, should never be null [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
WebNodeList.cpp | 35 #include "core/dom/NodeList.h" 51 WebNodeList::WebNodeList(const PassRefPtrWillBeRawPtr<NodeList>& list) 56 WebNodeList& WebNodeList::operator=(const PassRefPtrWillBeRawPtr<NodeList>& list)
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/ |
AttrResourceLoader.java | 6 import org.w3c.dom.NodeList; 28 NodeList stringNodes = (NodeList) stringsXPath.evaluate(document, XPathConstants.NODESET);
|
PluralResourceLoader.java | 4 import org.w3c.dom.NodeList; 38 NodeList childNodes = (NodeList) itemXPath.evaluate(node, XPathConstants.NODESET);
|
/libcore/dom/src/test/java/org/w3c/domts/ |
DOMTestFramework.java | 21 import org.w3c.dom.NodeList; 60 NodeList collection); 176 int size(NodeList collection);
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
documentgetelementsbytagnamelength.java | 32 * NodeList of all the Elements with a given tagName. 36 * equal to "name". The method should return a NodeList 65 NodeList nameList;
|
elementgetelementsbytagname.java | 34 * Create a NodeList of all the descendant elements 36 * The method should return a NodeList whose length is 66 NodeList elementList;
|
elementgetelementsbytagnamenomatch.java | 33 * Create a NodeList of all the descendant elements 35 * The method should return a NodeList whose length is 64 NodeList elementList;
|
hc_documentgetelementsbytagnamelength.java | 32 * NodeList of all the Elements with a given tagName. 36 * equal to "strong". The method should return a NodeList 64 NodeList nameList;
|
hc_elementgetelementsbytagname.java | 34 * Create a NodeList of all the descendant elements 36 * The method should return a NodeList whose length is 65 NodeList elementList;
|
hc_elementgetelementsbytagnamenomatch.java | 33 * Create a NodeList of all the descendant elements 35 * The method should return a NodeList whose length is 63 NodeList elementList;
|
hc_elementgetelementsbytagnameaccessnodelist.java | 35 * Create a NodeList of all the descendant elements 37 * The method should return a NodeList whose length is 39 * Access the FOURTH element in the NodeList. The FOURTH 69 NodeList elementList;
|
hc_nodechildnodes.java | 32 * The "getChildNodes()" method returns a NodeList 35 * Retrieve the second employee and check the NodeList 65 NodeList elementList; 68 NodeList childNodes;
|
nodelistreturnlastitem.java | 31 * Get this last child of the third employee using NodeList.item(NodeList.length - 1) 60 NodeList elementList; 62 NodeList employeeList;
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
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;
|
documentgetelementsbytagnameNS02.java | 34 * The method getElementsByTagNameNS returns a NodeList of all the Elements with 42 * should return a nodeList of 6 item. Check the length of the nodeList returned. 79 NodeList childList;
|
documentgetelementsbytagnameNS05.java | 34 * The method getElementsByTagNameNS returns a NodeList of all the Elements with 41 * should return a nodeList of 0 item. Check the length of the nodeList returned. 70 NodeList childList;
|
getElementsByTagNameNS03.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 of elements that have "http://www.nist.gov 76 NodeList elementList;
|
getElementsByTagNameNS04.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 of Elements that have 76 NodeList elementList;
|
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;
|