Searched refs:mChildNodes (Results 1 – 1 of 1) sorted by relevance
38 private final Vector<Node> mChildNodes = new Vector<Node>(); field in NodeImpl56 mChildNodes.remove(newChild); in appendChild()57 mChildNodes.add(newChild); in appendChild()78 firstChild = mChildNodes.firstElement(); in getFirstChild()89 lastChild = mChildNodes.lastElement(); in getLastChild()109 Vector<Node> siblings = ((NodeImpl)mParentNode).mChildNodes; in getNextSibling()140 Vector<Node> siblings = ((NodeImpl)mParentNode).mChildNodes; in getPreviousSibling()153 return !(mChildNodes.isEmpty()); in hasChildNodes()171 if (mChildNodes.contains(oldChild)) { in removeChild()172 mChildNodes.remove(oldChild); in removeChild()[all …]