Home
last modified time | relevance | path

Searched refs:NodeImpl (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Mms/src/com/android/mms/dom/
DNodeImpl.java36 public abstract class NodeImpl implements Node, EventTarget { class
46 protected NodeImpl(DocumentImpl owner) { in NodeImpl() method in NodeImpl
55 ((NodeImpl)newChild).setParentNode(this); in appendChild()
109 Vector<Node> siblings = ((NodeImpl)mParentNode).mChildNodes; in getNextSibling()
140 Vector<Node> siblings = ((NodeImpl)mParentNode).mChildNodes; in getPreviousSibling()
173 ((NodeImpl)oldChild).setParentNode(null); in removeChild()
189 ((NodeImpl)newChild).setParentNode(this); in replaceChild()
190 ((NodeImpl)oldChild).setParentNode(null); in replaceChild()
DAttrImpl.java26 public class AttrImpl extends NodeImpl implements Attr {
DElementImpl.java27 public class ElementImpl extends NodeImpl implements Element {
DDocumentImpl.java36 public abstract class DocumentImpl extends NodeImpl implements Document {