XMLSource-class {tm}R Documentation

Source for XML Files

Description

A class representing an XML source containing multiple documents.

Objects from the Class

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

Slots

DefaultReader:
object of class function describing a default reader.
Encoding:
object of class character holding the encoding of the texts delivered by the source.
URI:
object of class character describing the connection call to be made for accessing the document physically.
Content:
object of class list holding the XML source content.
LoDSupport:
object of class logical indicating Load on Demand Support.
Position:
object of class numeric giving the position in the source.
Length:
object of class numeric denoting the number of the elements delivered by the source.
Vectorized:
object of class logical indicating the ability for parallel element access.

Extends

Class Source, directly.

Author(s)

Ingo Feinerer


[Package tm version 0.3-4.1 Index]