|
tidyNode::getParentReturns the parent node of the current node Description
public tidyNodenull tidyNode::getParent()
Returns the parent node of the current node. ParametersThis function has no parameters. Return Values
Returns a tidyNode if the node has a parent, or Examples
Example #1 tidyNode::getParent example
The above example will output: string(4) "head" See Also
|