xmlParent {XML} | R Documentation |
This operates on an internal C-level XML node and returns a reference to its parent node within the document tree.
xmlParent(x)
x |
an object of class XMLInternalNode whose parent is being requested. |
This uses the internal libxml structures to access the parent in the DOM tree. This function is generic so that we can add methods for other types of nodes if we so want in the future.
An object of class XMLInternalNode
.
Duncan Temple Lang
xmlChildren
xmlTreeParse
xmlNode