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

1 2 3 4 56 7 8 91011>>

  /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;
documentimportnode21.java 86 NodeList addressList;
87 NodeList addressChildList;
97 NodeList nodes;
  /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;
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...]
AttrGetOwnerElement.java 7 import org.w3c.dom.NodeList;
42 // NodeList elementList;
89 NodeList addresses;
108 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.
ElementImpl.java 24 import org.w3c.dom.NodeList;
67 public NodeList getElementsByTagName(String name) {
71 public NodeList getElementsByTagNameNS(String namespaceURI, String localName) {
  /external/apache-xml/src/main/java/org/apache/xpath/
CachedXPathAPI.java 31 import org.w3c.dom.NodeList;
151 * Use an XPath string to select a nodelist.
167 * Use an XPath string to select a nodelist.
190 * Use an XPath string to select a nodelist.
199 public NodeList selectNodeList(Node contextNode, String str)
206 * Use an XPath string to select a nodelist.
216 public NodeList selectNodeList(
224 // Return a NodeList.
225 return list.nodelist();
233 * @return An XObject, which can be used to obtain a string, number, nodelist, etc, should never be null
    [all...]
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/apache-xml/src/main/java/org/apache/xpath/objects/
XRTreeFrag.java 31 import org.w3c.dom.NodeList;
233 * Cast result object to a nodelist. (special function).
235 * @return The document fragment as a nodelist
237 public NodeList convertToNodeset()
240 if (m_obj instanceof NodeList)
241 return (NodeList) m_obj;
  /external/webkit/Source/WebCore/dom/
DynamicNodeList.h 27 #include "NodeList.h"
37 class DynamicNodeList : public NodeList {
56 // DOM methods & attributes for NodeList
  /external/webkit/Source/WebCore/svg/
SVGSVGElement.idl 65 NodeList getIntersectionList(in SVGRect rect,
67 NodeList getEnclosureList(in SVGRect rect,
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
attreffectivevalue.java 63 NodeList addressList;
attrentityreplacement.java 68 NodeList addressList;
attrname.java 64 NodeList addressList;
attrnextsiblingnull.java 63 NodeList addressList;

Completed in 378 milliseconds

1 2 3 4 56 7 8 91011>>