Read and write documents |
|
---|---|
Read HTML or XML. |
|
Write XML or HTML to disk. |
|
Download a HTML or XML file |
|
Class coercion |
|
Coerce xml nodes to a list. |
|
Coerce a R list to xml nodes. |
|
URL manipulation |
|
Convert between relative and absolute urls. |
|
Escape and unescape urls. |
|
Parse a url into its component pieces. |
|
Create and modify and document |
|
Create a new document, possibly with a root node |
|
|
Modify a tree by inserting, replacing or removing nodes |
|
Retrieve an attribute. |
The (tag) name of an xml element. |
|
Set the node's namespace |
|
|
Extract or modify the text |
Construct a cdata node |
|
Construct a comment node |
|
Construct a document type definition |
|
Strip the default namespaces from a document |
|
Search and navigate a document |
|
|
Find nodes that match an xpath expression. |
|
Retrieve an attribute. |
Retrieve the xpath to a node |
|
Inspect a document |
|
XML namespaces. |
|
Strip the default namespaces from a document |
|
|
Navigate around the family tree. |
Show the structure of an html/xml document. |
|
Determine the type of a node. |
|
The URL of an XML document |
|
Validate XML schema |
|
Utilities |
|
Serializing XML objects to connections. |
|
Get path to a xml2 example |