print.XMLAttributeDef {XML}R Documentation

Methods for displaying XML objects

Description

These different methods attempt to provide a convenient way to display R objects representing XML elements when they are printed in the usual manner on the console, files, etc. via the print function. Each typically outputs its contents in the way that they would appear in an XML document.

Usage

print.XMLAttributeDef(def)
print.XMLElementContent(def)
print.XMLElementDef(def)
print.XMLEntity(def)
print.XMLEntityRef(def)
print.XMLNode(def)
print.XMLOrContent(def)
print.XMLSequenceContent(def)

Arguments

def the XML object to be displayed

Value

Currently, NULL.

Author(s)

Duncan Templle Lang

References

http://www.w3.org, http://www.omegahat.org/RSXML

See Also

xmlTreeParse

Examples