StructuredTextDocument-class {tm}R Documentation

Structured Text Document

Description

A class representing a structured text with additional information.

Objects from the Class

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

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 = "StructuredTextDocument"): Returns the text corpus, i.e., the actual character data slot.
Content<-
signature(object = "StructuredTextDocument"): Sets the text corpus, i.e., the actual character data slot.
URI
signature(object = "StructuredTextDocument"): Returns the filename on disk.
Cached
signature(object = "StructuredTextDocument"): Returns status information for loading on demand.
Cached<-
signature(object = "StructuredTextDocument"): Sets status information for loading on demand.

Author(s)

Ingo Feinerer


[Package tm version 0.3-3 Index]