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

1 2 3 4 56 7 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodeinsertbeforedocfragment.java 68 NodeList elementList;
70 NodeList childList;
nodeinsertbeforenodeancestor.java 71 NodeList elementList;
73 NodeList childList;
nodeinsertbeforenodename.java 66 NodeList elementList;
68 NodeList childList;
nodeinsertbeforerefchildnull.java 68 NodeList elementList;
70 NodeList childList;
nodelistindexnotzero.java 64 NodeList elementList;
66 NodeList employeeList;
nodelistreturnfirstitem.java 31 * Get the first child of the third employee using NodeList.item(0)
60 NodeList elementList;
62 NodeList employeeList;
nodelistreturnlastitem.java 31 * Get this last child of the third employee using NodeList.item(NodeList.length - 1)
60 NodeList elementList;
62 NodeList employeeList;
noderemovechildgetnodename.java 63 NodeList elementList;
65 NodeList childList;
noderemovechildnode.java 62 NodeList elementList;
64 NodeList childList;
nodereplacechild.java 65 NodeList elementList;
67 NodeList childList;
nodereplacechildnodeancestor.java 71 NodeList elementList;
73 NodeList childList;
nodereplacechildnodename.java 64 NodeList elementList;
66 NodeList childList;
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentimportnode13.java 76 NodeList childList;
78 NodeList importedList;
normalize01.java 72 NodeList elementList;
74 NodeList textList;
removeAttributeNS01.java 78 NodeList genderList;
81 NodeList gList;
  /libcore/luni/src/main/java/org/w3c/dom/
Document.java 189 * Returns a <code>NodeList</code> of all the <code>Elements</code> in
196 * @return A new <code>NodeList</code> object containing all the matched
199 public NodeList getElementsByTagName(String tagname);
450 * Returns a <code>NodeList</code> of all the <code>Elements</code> with a
456 * @return A new <code>NodeList</code> object containing all the matched
460 public NodeList getElementsByTagNameNS(String namespaceURI,
    [all...]
Element.java 155 * Returns a <code>NodeList</code> of all descendant <code>Elements</code>
161 public NodeList getElementsByTagName(String name);
309 * Returns a <code>NodeList</code> of all the descendant
316 * @return A new <code>NodeList</code> object containing all the matched
324 public NodeList getElementsByTagNameNS(String namespaceURI,
  /libcore/luni/src/test/java/tests/org/w3c/dom/
NamedNodeMapSetNamedItemNS.java 28 import org.w3c.dom.NodeList;
90 NodeList elementList;
129 NodeList elementList;
130 NodeList elementListAlt;
165 NodeList elementList;
231 NodeList elementList;
257 NodeList elementList;
283 NodeList elementList;
350 // NodeList elementList;
381 // NodeList elementList
    [all...]
OwnerElement.java 27 import org.w3c.dom.NodeList;
76 NodeList addressList;
SetAttributeNodeNS.java 27 import org.w3c.dom.NodeList;
88 NodeList elementList;
114 // NodeList genderList;
116 // NodeList genList;
118 // NodeList gList;
152 NodeList elementList;
167 NodeList elementList;
188 NodeList elementList;
SetNamedItemNS.java 28 import org.w3c.dom.NodeList;
78 NodeList elementList;
109 NodeList elementList;
136 NodeList elementList;
159 // NodeList elementList;
161 // NodeList nList;
163 // NodeList n2List;
201 NodeList elementList;
NamedNodeMapRemoveNamedItemNS.java 27 import org.w3c.dom.NodeList;
80 NodeList elementList;
99 // NodeList elementList;
146 NodeList elementList;
212 NodeList elementList;
234 NodeList elementList;
256 NodeList elementList;
280 NodeList elementList;
  /libcore/support/src/test/java/tests/support/
Support_Xml.java 25 import org.w3c.dom.NodeList;
42 NodeList children = doc.getFirstChild().getChildNodes();
  /packages/apps/Mms/src/com/android/mms/dom/
NodeListImpl.java 23 import org.w3c.dom.NodeList;
25 public class NodeListImpl implements NodeList {
37 * Constructs a NodeList by searching for all descendants or the direct
52 * Constructs a NodeList for a given static node list.
  /external/smack/src/org/jivesoftware/smackx/provider/
VCardProvider.java 134 NodeList photo = document.getElementsByTagName("PHOTO");
139 NodeList childNodes = photoNode.getChildNodes();
166 NodeList nodes = document.getElementsByTagName("USERID");
180 NodeList allPhones = document.getElementsByTagName("TEL");
183 NodeList nodes = allPhones.item(i).getChildNodes();
216 NodeList allAddresses = document.getElementsByTagName("ADR");
224 NodeList childNodes = addressNode.getChildNodes();
249 NodeList nodes = document.getElementsByTagName(tag);
257 NodeList childNodes = document.getDocumentElement().getChildNodes();
282 NodeList childNodes = node.getChildNodes()
    [all...]

Completed in 454 milliseconds

1 2 3 4 56 7 8 91011>>