XMLTextDocument-class {tm}R Documentation

Text document

Description

A class representing an XML text document with additional information. The XML document itself is represented by an XMLDocument from the XML package.

Objects from the Class

Objects can be created by calls of the form new("XMLTextDocument", ...).

Slots

URI:
Object of class character containing the path and filename holding the data physically on disk.
Cached:
Object of class logical containing the status whether the file was already loaded into memory.

Extends

Class list and TextDocument, directly.

Methods

Content
signature(object = "XMLTextDocument"): Returns the text corpus, i.e., the actual XMLDocument in the data slot.
Content<-
signature(object = "XMLTextDocument"): Sets the text corpus, i.e., the actual XMLDocument in data slot.
URI
signature(object = "XMLTextDocument"): Returns the filename on disk.
Cached
signature(object = "XMLTextDocument"): Returns status information for loading on demand.
Cached<-
signature(object = "XMLTextDocument"): Sets status information for loading on demand.

Author(s)

Ingo Feinerer


[Package tm version 0.3-3 Index]