
Returns a NodeList that contains all children of this node.
CL_DomNodeList CL_DomNode::get_child_nodes();
Detailed description:
If there are no children, this is a NodeList containing no nodes. The content of the returned NodeList is "live"the sense that, for instance, changes to the childchildren of the node object that it was created from are immediately reflected in the nodes returned by the NodeList accessors; it is not a static snapshot of the content of the node. This is true for every Node including nes rnes returnethe gthe getElemyTagNyTagName meme method.