Searched refs:NodeListImpl (Results 1 – 6 of 6) 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()
162 NodeListImpl result = new NodeListImpl(); in getElementsByTagName()168 NodeListImpl result = new NodeListImpl(); in getElementsByTagNameNS()
390 NodeListImpl result = new NodeListImpl(); in getElementsByTagName()396 NodeListImpl result = new NodeListImpl(); in getElementsByTagNameNS()
49 private static final NodeList EMPTY_LIST = new NodeListImpl();
450 luni/src/main/java/org/apache/harmony/xml/dom/NodeListImpl.java \