Home
last modified time | relevance | path

Searched refs:NodeListImpl (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DNodeListImpl.java34 public class NodeListImpl implements NodeList { class
38 NodeListImpl() { in NodeListImpl() method in NodeListImpl
42 NodeListImpl(List<NodeImpl> list) { in NodeListImpl() method in NodeListImpl
DInnerNodeImpl.java56 NodeListImpl list = new NodeListImpl(); in getChildNodes()
235 void getElementsByTagName(NodeListImpl out, String name) { in getElementsByTagName()
247 void getElementsByTagNameNS(NodeListImpl out, String namespaceURI, String localName) { in getElementsByTagNameNS()
DElementImpl.java162 NodeListImpl result = new NodeListImpl(); in getElementsByTagName()
168 NodeListImpl result = new NodeListImpl(); in getElementsByTagNameNS()
DDocumentImpl.java390 NodeListImpl result = new NodeListImpl(); in getElementsByTagName()
396 NodeListImpl result = new NodeListImpl(); in getElementsByTagNameNS()
DNodeImpl.java49 private static final NodeList EMPTY_LIST = new NodeListImpl();
/libcore/
Dnon_openjdk_java_files.mk450 luni/src/main/java/org/apache/harmony/xml/dom/NodeListImpl.java \