| catalogAdd |
Manipulate XML catalog contents |
| catalogClearTable |
Manipulate XML catalog contents |
| catalogDump |
Manipulate XML catalog contents |
| catalogLoad |
Manipulate XML catalog contents |
| catalogResolve |
Look up an element via the XML catalog mechanism |
| coerce,character,XMLCodeDoc-method |
Simple classes for identifying an XML document containing R code |
| coerce,character,XMLCodeFile-method |
Simple classes for identifying an XML document containing R code |
| coerce,character,XMLNamespaceDefinitions-method |
Get definitions of any namespaces defined in this XML node |
| coerce,Doctype,character-method |
Constructor for DTD reference |
| coerce,libxmlTypeTable,list-method |
Classes for working with XML Schema |
| coerce,NULL,XMLNamespaceDefinitions-method |
Get definitions of any namespaces defined in this XML node |
| coerce,URI,character-method |
Parse a URI string into its elements |
| coerce,vector,XMLInternalNode-method |
Create internal XML node or document object |
| coerce,XMLAbstractDocument,XMLAbstractNode-method |
Transform between XML representations |
| coerce,XMLAbstractNode,character-method |
Classes to describe an XML node object. |
| coerce,XMLAbstractNode,Date-method |
Classes to describe an XML node object. |
| coerce,XMLAbstractNode,integer-method |
Classes to describe an XML node object. |
| coerce,XMLAbstractNode,logical-method |
Classes to describe an XML node object. |
| coerce,XMLAbstractNode,numeric-method |
Classes to describe an XML node object. |
| coerce,XMLAbstractNode,POSIXct-method |
Classes to describe an XML node object. |
| coerce,XMLAbstractNode,URL-method |
Classes to describe an XML node object. |
| coerce,XMLCodeFile,XMLCodeDoc-method |
Simple classes for identifying an XML document containing R code |
| coerce,XMLHashTreeNode,XMLHashTree-method |
Transform between XML representations |
| coerce,XMLInternalDocument,character-method |
Output internal XML Tree |
| coerce,XMLInternalDocument,XMLHashTree-method |
Transform between XML representations |
| coerce,XMLInternalDocument,XMLInternalNode-method |
Class to represent reference to C-level data structure for an XML
document |
| coerce,XMLInternalDOM,character-method |
Output internal XML Tree |
| coerce,XMLInternalNode,character-method |
Output internal XML Tree |
| coerce,XMLInternalNode,XMLHashTree-method |
Transform between XML representations |
| coerce,XMLInternalNode,XMLInternalDocument-method |
Class to represent reference to C-level data structure for an XML
document |
| coerce,XMLInternalNode,XMLNode-method |
Converts non-XML node objects to XMLTextNode objects |
| coerce,XMLInternalTextNode,character-method |
Extract or set the contents of a leaf XML node |
| coerce,XMLNamespace,character-method |
Get definitions of any namespaces defined in this XML node |
| coerce,XMLNamespaceDefinition,character-method |
Get definitions of any namespaces defined in this XML node |
| coerce,XMLNamespaceDefinitions,character-method |
Get definitions of any namespaces defined in this XML node |
| coerce,XMLNode,XMLInternalNode-method |
Transform between XML representations |
| comment.SAX |
Generic Methods for SAX callbacks |
| comment.SAX,ANY,SAXState-method |
Generic Methods for SAX callbacks |
| COMPACT |
Parse an XML document with options controlling the parser. |
| compareXMLDocs |
Indicate differences between two XML documents |
| XINCLUDE |
Parse an XML document with options controlling the parser. |
| xml |
Facilities for working with XML strings |
| XMLAbstractDocument-class |
Class to represent reference to C-level data structure for an XML
document |
| XMLAbstractNode-class |
Classes to describe an XML node object. |
| xmlAncestors |
Get parent node of XMLInternalNode or ancestor nodes |
| xmlApply |
Applies a function to each of the children of an XMLNode |
| xmlApply.XMLDocument |
Applies a function to each of the children of an XMLNode |
| xmlApply.XMLDocumentContent |
Applies a function to each of the children of an XMLNode |
| xmlApply.XMLNode |
Applies a function to each of the children of an XMLNode |
| XMLAttributeDeclNode-class |
Classes to describe an XML node object. |
| xmlAttributeType |
The type of an XML attribute for element from the DTD |
| xmlAttrs |
Get the list of attributes of an XML node. |
| xmlAttrs.XMLElementDef |
Get the list of attributes of an XML node. |
| xmlAttrs.XMLInternalNode |
Get the list of attributes of an XML node. |
| xmlAttrs.XMLNode |
Get the list of attributes of an XML node. |
| xmlAttrs<- |
Get the list of attributes of an XML node. |
| xmlAttrs<-,XMLInternalElementNode-method |
Get the list of attributes of an XML node. |
| xmlAttrs<-,XMLInternalNode |
Get the list of attributes of an XML node. |
| xmlAttrs<-,XMLNode |
Get the list of attributes of an XML node. |
| xmlAttrs<-,XMLNode-method |
Get the list of attributes of an XML node. |
| xmlCDataNode |
Create an XML node |
| xmlChildren |
Gets the sub-nodes within an XMLNode object. |
| xmlChildren.XMLInternalDocument |
Gets the sub-nodes within an XMLNode object. |
| xmlChildren.XMLInternalNode |
Gets the sub-nodes within an XMLNode object. |
| xmlChildren.XMLNode |
Gets the sub-nodes within an XMLNode object. |
| xmlChildren<- |
Gets the sub-nodes within an XMLNode object. |
| xmlChildren<-,ANY-method |
Gets the sub-nodes within an XMLNode object. |
| xmlChildren<-,XMLInternalNode-method |
Gets the sub-nodes within an XMLNode object. |
| xmlClone |
Create a copy of an internal XML document or node |
| xmlClone,XMLInternalDocument-method |
Create a copy of an internal XML document or node |
| xmlClone,XMLInternalNode-method |
Create a copy of an internal XML document or node |
| XMLCodeDoc-class |
Simple classes for identifying an XML document containing R code |
| xmlCodeFile |
Simple classes for identifying an XML document containing R code |
| XMLCodeFile-class |
Simple classes for identifying an XML document containing R code |
| xmlCommentNode |
Create an XML node |
| xmlContainsElement |
Checks if an entity is defined within a DTD. |
| xmlContainsEntity |
Checks if an entity is defined within a DTD. |
| xmlDoc |
Create internal XML node or document object |
| XMLDocumentFragNode-class |
Classes to describe an XML node object. |
| XMLDocumentNode-class |
Classes to describe an XML node object. |
| XMLDocumentTypeNode-class |
Classes to describe an XML node object. |
| xmlDOMApply |
Apply function to nodes in an XML tree/DOM. |
| XMLDTDNode-class |
Classes to describe an XML node object. |
| xmlElementsByTagName |
Retrieve the children of an XML node with a specific tag name |
| xmlElementSummary |
Frequency table of names of elements and attributes in XML content |
| XMLEntityDeclNode-class |
Classes to describe an XML node object. |
| xmlErrorCumulator |
Condition/error handler functions for XML parsing |
| xmlEventHandler |
Default handlers for the SAX-style event XML parser |
| xmlEventParse |
XML Event/Callback element-wise Parser |
| xmlFlatListTree |
Constructors for trees stored as flat list of nodes with
information about parents and children. |
| xmlGetAttr |
Get the value of an attribute in an XML node |
| xmlHandler |
Example XML Event Parser Handler Functions |
| xmlHashTree |
Constructors for trees stored as flat list of nodes with
information about parents and children. |
| XMLInternalCDataNode-class |
Classes to describe an XML node object. |
| XMLInternalCommentNode-class |
Classes to describe an XML node object. |
| XMLInternalDocument-class |
Class to represent reference to C-level data structure for an XML
document |
| XMLInternalElementNode-class |
Classes to describe an XML node object. |
| XMLInternalNode-class |
Classes to describe an XML node object. |
| XMLInternalPINode-class |
Classes to describe an XML node object. |
| XMLInternalTextNode-class |
Classes to describe an XML node object. |
| xmlInternalTreeParse |
XML Parser |
| xmlName |
Extraces the tag name of an XMLNode object. |
| xmlName.XMLComment |
Extraces the tag name of an XMLNode object. |
| xmlName.XMLInternalNode |
Extraces the tag name of an XMLNode object. |
| xmlName.XMLNode |
Extraces the tag name of an XMLNode object. |
| xmlName<- |
Extraces the tag name of an XMLNode object. |
| xmlNamespace |
Retrieve the namespace value of an XML node. |
| XMLNamespace-class |
Retrieve the namespace value of an XML node. |
| xmlNamespace.character |
Retrieve the namespace value of an XML node. |
| xmlNamespace.XMLInternalNode |
Retrieve the namespace value of an XML node. |
| xmlNamespace.XMLNode |
Retrieve the namespace value of an XML node. |
| XMLNamespaceDeclNode-class |
Classes to describe an XML node object. |
| xmlNamespaceDefinitions |
Get definitions of any namespaces defined in this XML node |
| XMLNamespaceDefinitions-class |
Classes to describe an XML node object. |
| xmlNamespaces |
Get definitions of any namespaces defined in this XML node |
| xmlNamespaces<- |
Get definitions of any namespaces defined in this XML node |
| xmlNamespaces<-,XMLInternalNode-method |
Get definitions of any namespaces defined in this XML node |
| xmlNamespaces<-,XMLNode-method |
Get definitions of any namespaces defined in this XML node |
| xmlNativeTreeParse |
XML Parser |
| xmlNode |
Create an XML node |
| XMLNode-class |
Classes to describe an XML node object. |
| xmlOutputBuffer |
XML output streams |
| xmlOutputDOM |
XML output streams |
| xmlParent |
Get parent node of XMLInternalNode or ancestor nodes |
| xmlParent.XMLInternalNode |
Get parent node of XMLInternalNode or ancestor nodes |
| xmlParse |
XML Parser |
| xmlParseDoc |
Parse an XML document with options controlling the parser. |
| xmlParserContextFunction |
Identifies function as expecting an xmlParserContext argument |
| xmlParseString |
Facilities for working with XML strings |
| xmlPINode |
Create an XML node |
| xmlRoot |
Get the top-level XML node. |
| xmlRoot.HTMLDocument |
Get the top-level XML node. |
| xmlRoot.XMLDocument |
Get the top-level XML node. |
| xmlRoot.XMLDocumentContent |
Get the top-level XML node. |
| xmlRoot.XMLDocumentRoot |
Get the top-level XML node. |
| xmlRoot.XMLInternalDocument |
Get the top-level XML node. |
| xmlRoot.XMLInternalDOM |
Get the top-level XML node. |
| xmlSApply |
Applies a function to each of the children of an XMLNode |
| xmlSApply.XMLDocument |
Applies a function to each of the children of an XMLNode |
| xmlSApply.XMLDocumentContent |
Applies a function to each of the children of an XMLNode |
| xmlSApply.XMLNode |
Applies a function to each of the children of an XMLNode |
| xmlSchemaAttributeGroupRef-class |
Classes for working with XML Schema |
| xmlSchemaAttributeRef-class |
Classes for working with XML Schema |
| xmlSchemaElementRef-class |
Classes for working with XML Schema |
| xmlSchemaNotationRef-class |
Classes for working with XML Schema |
| xmlSchemaParse |
XML Parser |
| xmlSchemaRef-class |
Classes for working with XML Schema |
| xmlSchemaTypeRef-class |
Classes for working with XML Schema |
| xmlSchemaValidate |
Validate an XML document relative to an XML schema |
| xmlSize |
The number of sub-elements within an XML node. |
| xmlSize.default |
The number of sub-elements within an XML node. |
| xmlSize.XMLDocument |
The number of sub-elements within an XML node. |
| xmlSize.XMLNode |
The number of sub-elements within an XML node. |
| xmlSource |
Source the R code, examples, etc. from an XML document |
| xmlSource,character-method |
Source the R code, examples, etc. from an XML document |
| xmlSource,XMLInternalDocument-method |
Source the R code, examples, etc. from an XML document |
| xmlSource,XMLNodeSet-method |
Source the R code, examples, etc. from an XML document |
| xmlSourceFunctions |
Source the R code, examples, etc. from an XML document |
| xmlSourceFunctions,character-method |
Source the R code, examples, etc. from an XML document |
| xmlSourceFunctions,XMLInternalDocument-method |
Source the R code, examples, etc. from an XML document |
| xmlSourceSection |
Source the R code, examples, etc. from an XML document |
| xmlSourceSection,character-method |
Source the R code, examples, etc. from an XML document |
| xmlSourceSection,XMLInternalDocument-method |
Source the R code, examples, etc. from an XML document |
| xmlSourceThread |
Source the R code, examples, etc. from an XML document |
| xmlSourceThread,character-method |
Source the R code, examples, etc. from an XML document |
| xmlSourceThread,list-method |
Source the R code, examples, etc. from an XML document |
| xmlSourceThread,XMLInternalDocument-method |
Source the R code, examples, etc. from an XML document |
| xmlStopParser |
Terminate an XML parser |
| XMLString-class |
Facilities for working with XML strings |
| xmlStructuredStop |
Condition/error handler functions for XML parsing |
| xmlTextNode |
Create an XML node |
| xmlToDataFrame |
Extract data from a simple XML document |
| xmlToDataFrame,ANY,ANY,ANY,ANY,list-method |
Extract data from a simple XML document |
| xmlToDataFrame,ANY,ANY,ANY,ANY,XMLInternalNodeList-method |
Extract data from a simple XML document |
| xmlToDataFrame,ANY,ANY,ANY,ANY,XMLNodeSet-method |
Extract data from a simple XML document |
| xmlToDataFrame,character,ANY,ANY,ANY,ANY-method |
Extract data from a simple XML document |
| xmlToDataFrame,XMLInternalDocument,ANY,ANY,ANY,missing-method |
Extract data from a simple XML document |
| xmlToList |
Convert an XML node/document to a more R-like list |
| xmlToS4 |
General mechanism for mapping an XML node to an S4 object |
| xmlToS4,XMLInternalNode-method |
General mechanism for mapping an XML node to an S4 object |
| xmlTree |
An internal, updatable DOM object for building XML trees |
| xmlTreeParse |
XML Parser |
| xmlValue |
Extract or set the contents of a leaf XML node |
| xmlValue.XMLCDataNode |
Extract or set the contents of a leaf XML node |
| xmlValue.XMLComment |
Extract or set the contents of a leaf XML node |
| xmlValue.XMLNode |
Extract or set the contents of a leaf XML node |
| xmlValue.XMLProcessingInstruction |
Extract or set the contents of a leaf XML node |
| xmlValue.XMLTextNode |
Extract or set the contents of a leaf XML node |
| xmlValue<- |
Extract or set the contents of a leaf XML node |
| xmlValue<-,XMLAbstractNode-method |
Extract or set the contents of a leaf XML node |
| xmlValue<-,XMLInternalTextNode-method |
Extract or set the contents of a leaf XML node |
| xmlValue<-,XMLTextNode-method |
Extract or set the contents of a leaf XML node |
| XMLXIncludeEndNode-class |
Classes to describe an XML node object. |
| XMLXIncludeStartNode-class |
Classes to describe an XML node object. |
| xpathApply |
Find matching nodes in an internal XML tree/DOM |
| xpathSApply |
Find matching nodes in an internal XML tree/DOM |