Searched refs:NodeImpl (Results 1 – 4 of 4) sorted by relevance
36 public abstract class NodeImpl implements Node, EventTarget { class46 protected NodeImpl(DocumentImpl owner) { in NodeImpl() method in NodeImpl55 ((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()
26 public class AttrImpl extends NodeImpl implements Attr {
27 public class ElementImpl extends NodeImpl implements Element {
36 public abstract class DocumentImpl extends NodeImpl implements Document {