Lines Matching refs:children
49 the Node interface expose methods for dealing with children, not all objects
50 #implementing the Node interface may have children. For example, Text nodes may not
51 have children, and adding children to such nodes results in a DOMException being raised.</p>
84 Adds the node newChild to the end of the list of children of this node.
89 not allow children of the type of the newChild node, or if the
103 <true/>: clone node together with any children<br>
104 <false/>: clone without children
117 A NodeList that contains all children of this node.
191 Returns whether this node has any children.
199 not allow children of the type of the newChild node, or if the
225 Removes the child node indicated by oldChild from the list of children,
234 Replaces the child node oldChild with newChild in the list of children,
238 does not allow children of the type of the newChild node, or