XMLSource(object, parser, reader, encoding = "UTF-8")
character
identifying the file or a
connection
.function
accepting an XML tree (as delivered by
xmlTreeParse
in package function
capable of turning XML elements as
returned by parser
into a subclass of
TextDocument
.character
giving the encoding of the file.XMLSource
which extends the
class Source
representing an XML file.