Learn R Programming

⚠️There's a newer version (3.99-0.18) of this package.Take me there.

XML (version 0.9-0)

Tools for parsing and generating XML within R and S-Plus.

Description

Parsing facilities for arbitrary XML files, DTDs and HTML, offering both event and tree based parsers which are customizable with R functions.

Copy Link

Version

Install

install.packages('XML')

Monthly Downloads

403,126

Version

0.9-0

License

BSD.

Maintainer

Duncan Lang

Last Published

January 7th, 2025

Functions in XML (0.9-0)

xmlAttrs

Get the list of attributes of an XML node.
dtdElementValidEntry

Determines whether an XML element allows a particular type of sub-element.
length.XMLNode

Determine the number of children in an XMLNode object.
asXMLNode

Converts non-XML node objects to XMLTextNode objects
saveXML

Output internal XML Tree
xmlContainsEntity

Checks if an entity is defined within a DTD.
dtdElement

Gets the definition of an element or entity from a DTD.
xmlApply

Applies a function to each of the children of an XMLNode
xmlTree

An internal, updatable DOM object for building XML trees
dtdIsAttribute

Query if a name is a valid attribute of a DTD element.
supportsExpat

Determines which native XML parsers are being used.
libxmlVersion

Get the version of the libxml library.
newXMLDoc

Create internal XML node or document object
parseDTD

Read a Document Type Definition (DTD)
xmlEventHandler

Default handlers for the SAX-style event XML parser
append.xmlNode

Add children to an XML node
xmlValue

Extract the contents of a leaf XML node
names.XMLNode

Get the names of an XML nodes children.
xmlTreeParse

XML Parser
xmlNamespace

Retrieve the namespace value of an XML node.
xmlAttributeType

The type of an XML attribute for element from the DTD
xmlRoot

Get the top-level XML node.
xmlEventParse

XML Event/Callback element-wise Parser
[.XMLNode

Convenience accessors for the children of XMLNode objects.
xmlOutputBuffer

XML output streams
xmlHandler

Example XML Event Parser Handler Functions
print.XMLAttributeDef

Methods for displaying XML objects
xmlChildren

Gets the sub-nodes within an XMLNode object.
[<-.XMLNode

Assign sub-nodes to an XML node
xmlNode

Create an XML node
xmlElementsByTagName

Retrieve the children of an XML node with a specific tag name
xmlName

Extraces the tag name of an XMLNode object.
dtdValidElement

Determines whether an XML tag is valid within another.
xmlSize

The number of sub-elements within an XML node.
xmlDOMApply

Apply function to nodes in an XML tree/DOM.