xmlValue {XML} | R Documentation |
Some types of XML nodes have no children, but simply
text. Examples are XMLTextMode
,
XMLProcessingInstruction
.
This function provides access to their contents.
xmlValue(x)
x |
the XMLNode object whose
contents are to be returned. |
The object stored in the
value
slot of the XMLNode
object.
This is typically a string.
Duncan Temple Lang
http://www.w3.org/XML, http://www.jclark.com/xml, http://www.omegahat.org
xmlChildren
xmlName
xmlAttrs
xmlNamespace