| Document-class | R Documentation |
The base container for the DOM
## S4 method for signature 'Document' as.vector(x) ## S4 method for signature 'Document' as.character(x)
x |
the object to convert |
Methods allow access to the root element as well as the DocType and other document-level information.
as.vector: as.vector(Document)
as.character: as.character(Document)
getBaseURI()return the URI from which this document was loaded
setBaseURI(uri)Sets the effective URI from which this document was loaded