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
library.
Objects can be created by calls of the form new("XMLTextDocument", ...)
.
URI
:character
containing
the path and filename holding the data physically on diskCached
:numeric
containing the
status whether the file was already loaded in memory. Zero indicates
not loaded, a value greater zero indicates in memory.
Class list
and TextDocument
, directly.
signature(object = "XMLTextDocument")
: returns the
text corpus, i.e., the actual XMLDocument in the data slotsignature(object = "XMLTextDocument")
: sets the
text corpus, i.e., the actual XMLDocument in data slotsignature(object = "XMLTextDocument")
: returns the
filename on disksignature(object = "XMLTextDocument")
: returns
status information for loading on demandsignature(object = "XMLTextDocument")
: sets
status information for loading on demandIngo Feinerer