Searched refs:NodeListImpl (Results 1 – 7 of 7) sorted by relevance
34 public class NodeListImpl implements NodeList { class38 NodeListImpl() { in NodeListImpl() method in NodeListImpl42 NodeListImpl(List<NodeImpl> list) { in NodeListImpl() method in NodeListImpl
56 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()
166 NodeListImpl result = new NodeListImpl(); in getElementsByTagName()172 NodeListImpl result = new NodeListImpl(); in getElementsByTagNameNS()
389 NodeListImpl result = new NodeListImpl(); in getElementsByTagName()395 NodeListImpl result = new NodeListImpl(); in getElementsByTagNameNS()
49 private static final NodeList EMPTY_LIST = new NodeListImpl();
140 public NodeList getChildNodes() { return new NodeListImpl(children); } in getChildNodes()341 private static final class NodeListImpl implements NodeList { class in DOMResultTest345 public NodeListImpl(ArrayList<Node> list) { in NodeListImpl() method in DOMResultTest.NodeListImpl
418 "luni/src/main/java/org/apache/harmony/xml/dom/NodeListImpl.java",