<h1>XQilla DOM Level 3 API Class List</h1>Here are the classes, structs, unions and interfaces with brief descriptions:<table>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1DOMAttr.html">xercesc::DOMAttr</a></td><tdclass="indexvalue">The <code><aclass="el"href="classxercesc_1_1DOMAttr.html">DOMAttr</a></code> class refers to an attribute of an XML element </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1DOMBuilder.html">xercesc::DOMBuilder</a></td><tdclass="indexvalue"><aclass="el"href="classxercesc_1_1DOMBuilder.html">DOMBuilder</a> provides an API for parsing XML documents and building the corresponding DOM document tree </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1DOMCDATASection.html">xercesc::DOMCDATASection</a></td><tdclass="indexvalue">CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1DOMCharacterData.html">xercesc::DOMCharacterData</a></td><tdclass="indexvalue">The <code><aclass="el"href="classxercesc_1_1DOMCharacterData.html">DOMCharacterData</a></code> interface extends <aclass="el"href="classxercesc_1_1DOMNode.html">DOMNode</a> with a set of attributes and methods for accessing character data in the DOM </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1DOMComment.html">xercesc::DOMComment</a></td><tdclass="indexvalue">This interface inherits from <code>CharacterData</code> and represents the content of a comment, i.e., all the characters between the starting ' <code><!--</code>' and ending '<code>--></code>' </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1DOMConfiguration.html">xercesc::DOMConfiguration</a></td><tdclass="indexvalue">The <aclass="el"href="classxercesc_1_1DOMConfiguration.html">DOMConfiguration</a> interface represents the configuration of a document and maintains a table of recognized parameters </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1DOMDocument.html">xercesc::DOMDocument</a></td><tdclass="indexvalue">The <code><aclass="el"href="classxercesc_1_1DOMDocument.html">DOMDocument</a></code> interface represents the entire XML document </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1DOMDocumentFragment.html">xercesc::DOMDocumentFragment</a></td><tdclass="indexvalue"><aclass="el"href="classxercesc_1_1DOMDocumentFragment.html">DOMDocumentFragment</a> is a "lightweight" or "minimal" <aclass="el"href="classxercesc_1_1DOMDocument.html">DOMDocument</a> object </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1DOMDocumentTraversal.html">xercesc::DOMDocumentTraversal</a></td><tdclass="indexvalue"><code><aclass="el"href="classxercesc_1_1DOMDocumentTraversal.html">DOMDocumentTraversal</a></code> contains methods that create <code>DOMNodeIterators</code> and <code>DOMTreeWalkers</code> to traverse a node and its children in document order (depth first, pre-order traversal, which is equivalent to the order in which the start tags occur in the text representation of the document) </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1DOMDocumentType.html">xercesc::DOMDocumentType</a></td><tdclass="indexvalue">Each <code><aclass="el"href="classxercesc_1_1DOMDocument.html">DOMDocument</a></code> has a <code>doctype</code> attribute whose value is either <code>null</code> or a <code><aclass="el"href="classxercesc_1_1DOMDocumentType.html">DOMDocumentType</a></code> object </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1DOMElement.html">xercesc::DOMElement</a></td><tdclass="indexvalue">By far the vast majority of objects (apart from text) that authors encounter when traversing a document are <code><aclass="el"href="classxercesc_1_1DOMElement.html">DOMElement</a></code> nodes </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1DOMEntity.html">xercesc::DOMEntity</a></td><tdclass="indexvalue">This interface represents an entity, either parsed or unparsed, in an XML document </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1DOMEntityReference.html">xercesc::DOMEntityReference</a></td><tdclass="indexvalue"><code><aclass="el"href="classxercesc_1_1DOMEntityReference.html">DOMEntityReference</a></code> objects may be inserted into the structure model when an entity reference is in the source document, or when the user wishes to insert an entity reference </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1DOMEntityResolver.html">xercesc::DOMEntityResolver</a></td><tdclass="indexvalue"><aclass="el"href="classxercesc_1_1DOMEntityResolver.html">DOMEntityResolver</a> provides a way for applications to redirect references to external entities </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1DOMError.html">xercesc::DOMError</a></td><tdclass="indexvalue"><aclass="el"href="classxercesc_1_1DOMError.html">DOMError</a> is an interface that describes an error </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1DOMErrorHandler.html">xercesc::DOMErrorHandler</a></td><tdclass="indexvalue">Basic interface for DOM error handlers </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1DOMImplementation.html">xercesc::DOMImplementation</a></td><tdclass="indexvalue">The <code><aclass="el"href="classxercesc_1_1DOMImplementation.html">DOMImplementation</a></code> interface provides a number of methods for performing operations that are independent of any particular instance of the document object model </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1DOMInputSource.html">xercesc::DOMInputSource</a></td><tdclass="indexvalue">This interface represents a single input source for an XML entity </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1DOMLocator.html">xercesc::DOMLocator</a></td><tdclass="indexvalue"><aclass="el"href="classxercesc_1_1DOMLocator.html">DOMLocator</a> is an interface that describes a location </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1DOMNamedNodeMap.html">xercesc::DOMNamedNodeMap</a></td><tdclass="indexvalue"><code><aclass="el"href="classxercesc_1_1DOMNamedNodeMap.html">DOMNamedNodeMap</a></code>s are used to represent collections of nodes that can be accessed by name </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1DOMNode.html">xercesc::DOMNode</a></td><tdclass="indexvalue">The <code><aclass="el"href="classxercesc_1_1DOMNode.html">DOMNode</a></code> interface is the primary datatype for the entire Document Object Model </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1DOMNodeFilter.html">xercesc::DOMNodeFilter</a></td><tdclass="indexvalue">Filters are objects that know how to "filter out" nodes </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1DOMNodeIterator.html">xercesc::DOMNodeIterator</a></td><tdclass="indexvalue"><code>DOMNodeIterators</code> are used to step through a set of nodes, e.g </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1DOMNodeList.html">xercesc::DOMNodeList</a></td><tdclass="indexvalue">The <code><aclass="el"href="classxercesc_1_1DOMNodeList.html">DOMNodeList</a></code> interface provides the abstraction of an ordered collection of nodes </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1DOMNotation.html">xercesc::DOMNotation</a></td><tdclass="indexvalue">This interface represents a notation declared in the DTD </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1DOMProcessingInstruction.html">xercesc::DOMProcessingInstruction</a></td><tdclass="indexvalue">The <code><aclass="el"href="classxercesc_1_1DOMProcessingInstruction.html">DOMProcessingInstruction</a></code> interface represents a "processing instruction", used in XML as a way to keep processor-specific information in the text of the document </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1DOMPSVITypeInfo.html">xercesc::DOMPSVITypeInfo</a></td><tdclass="indexvalue">The <code><aclass="el"href="classxercesc_1_1DOMPSVITypeInfo.html">DOMPSVITypeInfo</a></code> interface represent the PSVI info used by <code><aclass="el"href="classxercesc_1_1DOMElement.html">DOMElement</a></code> or <code><aclass="el"href="classxercesc_1_1DOMAttr.html">DOMAttr</a></code> nodes, specified in the schemas associated with the document </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1DOMRangeException.html">xercesc::DOMRangeException</a></td><tdclass="indexvalue">Range operations may throw a <code><aclass="el"href="classxercesc_1_1DOMRangeException.html">DOMRangeException</a></code> as specified in their method descriptions </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1DOMText.html">xercesc::DOMText</a></td><tdclass="indexvalue">The <code><aclass="el"href="classxercesc_1_1DOMText.html">DOMText</a></code> interface inherits from <code><aclass="el"href="classxercesc_1_1DOMCharacterData.html">DOMCharacterData</a></code> and represents the textual content (termed character data in XML) of an <code><aclass="el"href="classxercesc_1_1DOMElement.html">DOMElement</a></code> or <code><aclass="el"href="classxercesc_1_1DOMAttr.html">DOMAttr</a></code></td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1DOMTreeWalker.html">xercesc::DOMTreeWalker</a></td><tdclass="indexvalue"><code><aclass="el"href="classxercesc_1_1DOMTreeWalker.html">DOMTreeWalker</a></code> objects are used to navigate a document tree or subtree using the view of the document defined by their <code>whatToShow</code> flags and filter (if any) </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1DOMTypeInfo.html">xercesc::DOMTypeInfo</a></td><tdclass="indexvalue">The <code><aclass="el"href="classxercesc_1_1DOMTypeInfo.html">DOMTypeInfo</a></code> interface represent a type used by <code><aclass="el"href="classxercesc_1_1DOMElement.html">DOMElement</a></code> or <code><aclass="el"href="classxercesc_1_1DOMAttr.html">DOMAttr</a></code> nodes, specified in the schemas associated with the document </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1DOMUserDataHandler.html">xercesc::DOMUserDataHandler</a></td><tdclass="indexvalue">When associating an object to a key on a node using <code>setUserData</code> the application can provide a handler that gets called when the node the object is associated to is being cloned or imported </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1DOMXPathEvaluator.html">xercesc::DOMXPathEvaluator</a></td><tdclass="indexvalue">The evaluation of XPath expressions is provided by <code><aclass="el"href="classxercesc_1_1DOMXPathEvaluator.html">DOMXPathEvaluator</a></code></td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1DOMXPathExpression.html">xercesc::DOMXPathExpression</a></td><tdclass="indexvalue">The <code><aclass="el"href="classxercesc_1_1DOMXPathExpression.html">DOMXPathExpression</a></code> interface represents a parsed and resolved XPath expression </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1DOMXPathNamespace.html">xercesc::DOMXPathNamespace</a></td><tdclass="indexvalue">The <code><aclass="el"href="classxercesc_1_1DOMXPathNamespace.html">DOMXPathNamespace</a></code> interface is returned by <code><aclass="el"href="classxercesc_1_1DOMXPathResult.html">DOMXPathResult</a></code> interfaces to represent the XPath namespace node type that DOM lacks </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1DOMXPathNSResolver.html">xercesc::DOMXPathNSResolver</a></td><tdclass="indexvalue">The <code><aclass="el"href="classxercesc_1_1DOMXPathNSResolver.html">DOMXPathNSResolver</a></code> interface permit prefix strings in the expression to be properly bound to namespaceURI strings </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1DOMXPathResult.html">xercesc::DOMXPathResult</a></td><tdclass="indexvalue">The <code><aclass="el"href="classxercesc_1_1DOMXPathResult.html">DOMXPathResult</a></code> interface represents the result of the evaluation of an XPath 1.0 expression within the context of a particular node </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classxercesc_1_1XMLPlatformUtils.html">xercesc::XMLPlatformUtils</a></td><tdclass="indexvalue">Utilities that must be implemented in a platform-specific way </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classXPath2Result.html">XPath2Result</a></td><tdclass="indexvalue">The XPathResult2 interface represents the result of the evaluation of an XPath 2.0 expression within the context of a particular node </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classXQillaExpression.html">XQillaExpression</a></td><tdclass="indexvalue">The <code><aclass="el"href="classXQillaExpression.html">XQillaExpression</a></code> interface extends the <code>DOMXPathExpression</code> interface, providing the ability to release the object </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classXQillaNSResolver.html">XQillaNSResolver</a></td><tdclass="indexvalue">The <code><aclass="el"href="classXQillaNSResolver.html">XQillaNSResolver</a></code> interface extends the <code>DOMXPathNSResolver</code> providing the ability to add additional namespace bindings </td></tr>
<tr><tdclass="indexkey"><aclass="el"href="classXQillaPlatformUtils.html">XQillaPlatformUtils</a></td><tdclass="indexvalue">Static utility methods for initializing and terminating the XQilla and Xerces environments </td></tr>