Document-class: Reference Class representing an XML document

Description Usage Arguments Details Methods (by generic) Methods

Description

The base container for the DOM

Usage

1
2
3
4
5
## S4 method for signature 'Document'
as.vector(x)

## S4 method for signature 'Document'
as.character(x)

Arguments

x

the object to convert

Details

Methods allow access to the root element as well as the DocType and other document-level information.

Methods (by generic)

Methods

getBaseURI()

return the URI from which this document was loaded

setBaseURI(uri)

Sets the effective URI from which this document was loaded


xmlr documentation built on July 2, 2020, 2:42 a.m.