| StructuredTextDocument-class {tm} | R Documentation |
A class representing a structured text with additional information.
Objects can be created by calls of the form new("StructuredTextDocument", ...).
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 = "StructuredTextDocument"): Returns the
text corpus, i.e., the actual character data slot.signature(object = "StructuredTextDocument"): Sets the
text corpus, i.e., the actual character data slot.signature(object = "StructuredTextDocument"): Returns the
filename on disk.signature(object = "StructuredTextDocument"): Returns
status information for loading on demand.signature(object = "StructuredTextDocument"): Sets
status information for loading on demand.Ingo Feinerer