Lines Matching full:child
15 HDF root; // If this is a child HDF node, points at the root node of
16 // the tree. For root nodes this is null. A child node needs
29 /** Constructs an HDF child node. Used by other methods in this class when
30 * a child node needs to be constructed.
262 /** Retrieves the HDF for the first child of the root of the subtree
263 * at hdfpath, or null if no child exists of that path or if the
310 * Every node in the tree can have a value, a child, and a next peer. */
318 /** Returns the child of this HDF node, or null if there is no child.
320 * in the tree can have a value, a child, and a next peer. */
334 * Every node in the tree can have a value, a child, and a next peer. */