XMLSource-class {tm} | R Documentation |
A class representing an XML source containing multiple documents.
Objects can be created by calls of the form new("XMLSource", ...)
.
DefaultReader
:function
describing a default reader.Encoding
:character
holding the
encoding of the texts delivered by the source.URI
:character
describing the
connection call to be made for accessing the document physically.Content
:list
holding the
XML source content.LoDSupport
:logical
indicating
Load on Demand Support.Position
:numeric
giving the
position in the source.Length
:numeric
denoting the
number of the elements delivered by the source.Vectorized
:logical
indicating
the ability for parallel element access.
Class Source
, directly.
Ingo Feinerer