Learn R Programming

tm (version 0.4)

XMLTextDocument-class: 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.

Arguments

Objects from the Class

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

Extends

Class list and TextDocument, directly.