Home
last modified time | relevance | path

Searched refs:NodeListImpl (Results 1 – 7 of 7) 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.java166 NodeListImpl result = new NodeListImpl(); in getElementsByTagName()
172 NodeListImpl result = new NodeListImpl(); in getElementsByTagNameNS()
DDocumentImpl.java389 NodeListImpl result = new NodeListImpl(); in getElementsByTagName()
395 NodeListImpl result = new NodeListImpl(); in getElementsByTagNameNS()
DNodeImpl.java49 private static final NodeList EMPTY_LIST = new NodeListImpl();
/libcore/luni/src/test/java/libcore/javax/xml/transform/dom/
DDOMResultTest.java140 public NodeList getChildNodes() { return new NodeListImpl(children); } in getChildNodes()
341 private static final class NodeListImpl implements NodeList { class in DOMResultTest
345 public NodeListImpl(ArrayList<Node> list) { in NodeListImpl() method in DOMResultTest.NodeListImpl
/libcore/
Dnon_openjdk_java_files.bp418 "luni/src/main/java/org/apache/harmony/xml/dom/NodeListImpl.java",