HomeSort by relevance Sort by last modified time
    Searched full:nodelist (Results 126 - 150 of 1064) sorted by null

1 2 3 4 56 7 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
getElementsByTagNameNS09.java 35 * Element should return a new NodeList of all descendant Elements with a given
41 * Method should return a new NodeList containing five Elements.
78 NodeList newList;
  /libcore/luni/src/test/java/tests/org/w3c/dom/
GetAttributeNodeNS.java 26 import org.w3c.dom.NodeList;
78 NodeList elementList;
90 NodeList elementList;
GetNamedItemNS.java 7 import org.w3c.dom.NodeList;
56 NodeList elementList;
74 NodeList elementList;
Normalize.java 28 import org.w3c.dom.NodeList;
77 NodeList elementList;
79 NodeList textList;
ElementGetAttributeNS.java 29 import org.w3c.dom.NodeList;
74 // NodeList childList;
OwnerElement.java 27 import org.w3c.dom.NodeList;
76 NodeList addressList;
  /packages/apps/Mms/src/com/android/mms/dom/
DocumentImpl.java 32 import org.w3c.dom.NodeList;
111 public NodeList getElementsByTagName(String tagname) {
116 public NodeList getElementsByTagNameNS(String namespaceURI, String localName) {
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/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;
XObjectFactory.java 138 // This next three instanceofs are a little worrysome, since a NodeList
145 // also implement NodeList.
146 else if (val instanceof org.w3c.dom.NodeList)
148 result = new XNodeSetForDOM((org.w3c.dom.NodeList)val, xctxt);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
LiveNodeList.h 28 #include "core/dom/NodeList.h"
38 class LiveNodeList : public NodeList, public LiveNodeListBase {
NodeList.idl 25 ] interface NodeList {
Text.idl 32 NodeList getDestinationInsertionPoints();
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.idl 54 NodeList getIntersectionList(SVGRect rect, SVGElement? referenceElement);
55 NodeList getEnclosureList(SVGRect rect, SVGElement? referenceElement);
  /frameworks/compile/mclinker/include/mcld/ADT/GraphLite/
ListDigraph.h 73 typedef GCFactory<Node, 0> NodeList;
81 NodeList m_NodeList;
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documentgetelementsbytagnametotallength.java 32 * getElementsByTagName("*") and check the length of the NodeList.
60 NodeList nameList;
nodeclonetruecopytext.java 62 NodeList elementList;
63 NodeList childList;
nodelistindexequalzero.java 61 NodeList elementList;
63 NodeList employeeList;
nodelistindexgetlength.java 60 NodeList elementList;
62 NodeList employeeList;
nodeprocessinginstructionnodetype.java 34 * Retrieve a NodeList of child elements from the document.
64 NodeList testList;
  /libcore/luni/src/test/java/libcore/xml/
NodeTest.java 23 import org.w3c.dom.NodeList;
84 NodeList children = node.getChildNodes();
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLButtonElement.idl 40 readonly attribute NodeList labels;
HTMLContentElement.idl 30 NodeList getDistributedNodes();
HTMLMeterElement.idl 31 readonly attribute NodeList labels;
HTMLOptionsCollection.idl 32 [ImplementedAs=namedGetter] getter (NodeList or Element) namedItem(DOMString name);

Completed in 2615 milliseconds

1 2 3 4 56 7 8 91011>>