[.XMLNode {XML} | R Documentation |
These provide a simplified syntax for extracting the children of an XML node.
[.XMLNode(obj, ...) [[.XMLNode(obj, ...)
obj |
the XML node whose children are to be accessed |
... |
the identifiers for the children to be retrieved,
given as integer indices, names, etc. in the usual format for the
generic link{[} and link{[[} operators |
A list or single element containing the
children of the XML node given by obj
and identified by ....
Duncan Temple Lang
http://www.w3.org/XML, http://www.omegahat.org/RSXML
xmlAttrs
[<-.XMLNode
[[<-.XMLNode