All Classes |Grouped Classes |Index

Function get_parent_node

Returns the parent of this node.

	CL_DomNode CL_DomNode::get_parent_node();

Detailed description:

All nodes, except Document, DocumentFragment, and Attr may have a parent. However, if a node has just been created and not yet added to the tree, or if it has been removed from the tree, this is null.