Home
last modified time | relevance | path

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

/packages/apps/Mms/src/com/android/mms/dom/smil/
DElementSequentialTimeContainerImpl.java28 import com.android.mms.dom.NodeListImpl;
52 return new NodeListImpl(nodes); in getActiveChildrenAt()
55 return new NodeListImpl(nodes); in getActiveChildrenAt()
DElementParallelTimeContainerImpl.java31 import com.android.mms.dom.NodeListImpl;
153 return new NodeListImpl(activeChildren); in getActiveChildrenAt()
/packages/apps/Mms/src/com/android/mms/dom/
DNodeListImpl.java25 public class NodeListImpl implements NodeList { class
45 public NodeListImpl(Node rootNode, String tagName, boolean deepSearch) { in NodeListImpl() method in NodeListImpl
55 public NodeListImpl(ArrayList<Node> nodes) { in NodeListImpl() method in NodeListImpl
DElementImpl.java68 return new NodeListImpl(this, name, true); in getElementsByTagName()
DNodeImpl.java72 return new NodeListImpl(this, null, false); in getChildNodes()