| XMLTextDocument-class {tm} | R Documentation |
A class representing an XML text document with additional
information. The XML document itself is represented by an
XMLDocument from the XML package.
Objects can be created by calls of the form new("XMLTextDocument", ...).
URI:character containing
the path and filename holding the data physically on disk.Cached:logical containing the
status whether the file was already loaded into memory.
Class list and TextDocument, directly.
signature(object = "XMLTextDocument"): Returns the
text corpus, i.e., the actual XMLDocument in the data slot.signature(object = "XMLTextDocument"): Sets the
text corpus, i.e., the actual XMLDocument in data slot.signature(object = "XMLTextDocument"): Returns the
filename on disk.signature(object = "XMLTextDocument"): Returns
status information for loading on demand.signature(object = "XMLTextDocument"): Sets
status information for loading on demand.Ingo Feinerer