Home | All Classes | Grouped Classes | Index | Search

CL_DomNode::get_parent_node

Returns the parent of this node.

	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.

See also:

CL_DomNode



Questions or comments, write to the ClanLib mailing list.