Home | History | Annotate | Download | only in toolutil

Lines Matching full:child

61      * Append the contents of all text child nodes.
63 * text child nodes of element children.
88 * Get the number of child nodes.
92 * Get the i-th child node.
93 * @param i Index of the child node.
94 * @param type The child node type.
95 * @return A pointer to the child node object, or NULL if i is out of bounds.
99 * Get the next child element node, skipping non-element child nodes.
100 * @param i Enumeration index; initialize to 0 before getting the first child element.
101 * @return A pointer to the next child element, or NULL if there is none.
105 * Get the immediate child element with the given name.
106 * If there are multiple child elements with this name, then return
110 * does not have this immediate child element.
150 UVector fChildren; // The child nodes of this element (a Vector)