| tidyNode::getParentReturns the parent node of the current node Description
   tidyNode tidyNode::getParent
    ( void
   ) Returns the parent node of the current node. Examples
 Example #1 tidyNode::hasChildren example 
<?phpThe above example will output: string(4) "head" Return Values
   Returns a tidyNode if the node has a parent, or  |