| 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", ...).
.Data:character containing the
content.Author:character containing
the author names.DateTimeStamp:character containing the
date and time when the document was written.Description:character containing
additional text information.ID:integer containing
an identifier.Origin:character containing
information on the source and origin of the text.Heading:character containing
the title or a short heading.Language:character containing
the language of the text.LocalMetaData:list containing
the local meta data in form of tag-value pairs.
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