Searched refs:NodeListImpl (Results 1 – 5 of 5) sorted by relevance
28 import com.android.mms.dom.NodeListImpl;52 return new NodeListImpl(nodes); in getActiveChildrenAt()55 return new NodeListImpl(nodes); in getActiveChildrenAt()
31 import com.android.mms.dom.NodeListImpl;153 return new NodeListImpl(activeChildren); in getActiveChildrenAt()
25 public class NodeListImpl implements NodeList { class45 public NodeListImpl(Node rootNode, String tagName, boolean deepSearch) { in NodeListImpl() method in NodeListImpl55 public NodeListImpl(ArrayList<Node> nodes) { in NodeListImpl() method in NodeListImpl
68 return new NodeListImpl(this, name, true); in getElementsByTagName()
72 return new NodeListImpl(this, null, false); in getChildNodes()