XQuilla/docs/dom3-api/annotated.html

84 lines
17 KiB
HTML
Raw Normal View History

2020-02-17 21:05:20 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>XQilla DOM Level 3 API: Class List</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
2020-02-17 21:10:06 +00:00
<!-- Generated by Doxygen 1.5.1 -->
2020-02-17 21:05:20 +00:00
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li id="current"><a href="classes.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
<li id="current"><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>XQilla DOM Level 3 API Class List</h1>Here are the classes, structs, unions and interfaces with brief descriptions:<table>
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMAttr.html">xercesc::DOMAttr</a></td><td class="indexvalue">The <code><a class="el" href="classxercesc_1_1DOMAttr.html">DOMAttr</a></code> class refers to an attribute of an XML element </td></tr>
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMBuilder.html">xercesc::DOMBuilder</a></td><td class="indexvalue"><a class="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><td class="indexkey"><a class="el" href="classxercesc_1_1DOMCDATASection.html">xercesc::DOMCDATASection</a></td><td class="indexvalue">CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup </td></tr>
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMCharacterData.html">xercesc::DOMCharacterData</a></td><td class="indexvalue">The <code><a class="el" href="classxercesc_1_1DOMCharacterData.html">DOMCharacterData</a></code> interface extends <a class="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><td class="indexkey"><a class="el" href="classxercesc_1_1DOMComment.html">xercesc::DOMComment</a></td><td class="indexvalue">This interface inherits from <code>CharacterData</code> and represents the content of a comment, i.e., all the characters between the starting ' <code>&lt;!--</code>' and ending '<code>--&gt;</code>' </td></tr>
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMConfiguration.html">xercesc::DOMConfiguration</a></td><td class="indexvalue">The <a class="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><td class="indexkey"><a class="el" href="classxercesc_1_1DOMDocument.html">xercesc::DOMDocument</a></td><td class="indexvalue">The <code><a class="el" href="classxercesc_1_1DOMDocument.html">DOMDocument</a></code> interface represents the entire XML document </td></tr>
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMDocumentFragment.html">xercesc::DOMDocumentFragment</a></td><td class="indexvalue"><a class="el" href="classxercesc_1_1DOMDocumentFragment.html">DOMDocumentFragment</a> is a "lightweight" or "minimal" <a class="el" href="classxercesc_1_1DOMDocument.html">DOMDocument</a> object </td></tr>
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMDocumentRange.html">xercesc::DOMDocumentRange</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMDocumentTraversal.html">xercesc::DOMDocumentTraversal</a></td><td class="indexvalue"><code><a class="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><td class="indexkey"><a class="el" href="classxercesc_1_1DOMDocumentType.html">xercesc::DOMDocumentType</a></td><td class="indexvalue">Each <code><a class="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><a class="el" href="classxercesc_1_1DOMDocumentType.html">DOMDocumentType</a></code> object </td></tr>
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMElement.html">xercesc::DOMElement</a></td><td class="indexvalue">By far the vast majority of objects (apart from text) that authors encounter when traversing a document are <code><a class="el" href="classxercesc_1_1DOMElement.html">DOMElement</a></code> nodes </td></tr>
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMEntity.html">xercesc::DOMEntity</a></td><td class="indexvalue">This interface represents an entity, either parsed or unparsed, in an XML document </td></tr>
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMEntityReference.html">xercesc::DOMEntityReference</a></td><td class="indexvalue"><code><a class="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><td class="indexkey"><a class="el" href="classxercesc_1_1DOMEntityResolver.html">xercesc::DOMEntityResolver</a></td><td class="indexvalue"><a class="el" href="classxercesc_1_1DOMEntityResolver.html">DOMEntityResolver</a> provides a way for applications to redirect references to external entities </td></tr>
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMError.html">xercesc::DOMError</a></td><td class="indexvalue"><a class="el" href="classxercesc_1_1DOMError.html">DOMError</a> is an interface that describes an error </td></tr>
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMErrorHandler.html">xercesc::DOMErrorHandler</a></td><td class="indexvalue">Basic interface for DOM error handlers </td></tr>
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMException.html">xercesc::DOMException</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMImplementation.html">xercesc::DOMImplementation</a></td><td class="indexvalue">The <code><a class="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><td class="indexkey"><a class="el" href="classxercesc_1_1DOMImplementationLS.html">xercesc::DOMImplementationLS</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMImplementationRegistry.html">xercesc::DOMImplementationRegistry</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMImplementationSource.html">xercesc::DOMImplementationSource</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMInputSource.html">xercesc::DOMInputSource</a></td><td class="indexvalue">This interface represents a single input source for an XML entity </td></tr>
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMLocator.html">xercesc::DOMLocator</a></td><td class="indexvalue"><a class="el" href="classxercesc_1_1DOMLocator.html">DOMLocator</a> is an interface that describes a location </td></tr>
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMNamedNodeMap.html">xercesc::DOMNamedNodeMap</a></td><td class="indexvalue"><code><a class="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><td class="indexkey"><a class="el" href="classxercesc_1_1DOMNode.html">xercesc::DOMNode</a></td><td class="indexvalue">The <code><a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a></code> interface is the primary datatype for the entire Document Object Model </td></tr>
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMNodeFilter.html">xercesc::DOMNodeFilter</a></td><td class="indexvalue">Filters are objects that know how to "filter out" nodes </td></tr>
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMNodeIterator.html">xercesc::DOMNodeIterator</a></td><td class="indexvalue"><code>DOMNodeIterators</code> are used to step through a set of nodes, e.g </td></tr>
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMNodeList.html">xercesc::DOMNodeList</a></td><td class="indexvalue">The <code><a class="el" href="classxercesc_1_1DOMNodeList.html">DOMNodeList</a></code> interface provides the abstraction of an ordered collection of nodes </td></tr>
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMNotation.html">xercesc::DOMNotation</a></td><td class="indexvalue">This interface represents a notation declared in the DTD </td></tr>
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMProcessingInstruction.html">xercesc::DOMProcessingInstruction</a></td><td class="indexvalue">The <code><a class="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><td class="indexkey"><a class="el" href="classxercesc_1_1DOMPSVITypeInfo.html">xercesc::DOMPSVITypeInfo</a></td><td class="indexvalue">The <code><a class="el" href="classxercesc_1_1DOMPSVITypeInfo.html">DOMPSVITypeInfo</a></code> interface represent the PSVI info used by <code><a class="el" href="classxercesc_1_1DOMElement.html">DOMElement</a></code> or <code><a class="el" href="classxercesc_1_1DOMAttr.html">DOMAttr</a></code> nodes, specified in the schemas associated with the document </td></tr>
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMRange.html">xercesc::DOMRange</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMRangeException.html">xercesc::DOMRangeException</a></td><td class="indexvalue">Range operations may throw a <code><a class="el" href="classxercesc_1_1DOMRangeException.html">DOMRangeException</a></code> as specified in their method descriptions </td></tr>
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMText.html">xercesc::DOMText</a></td><td class="indexvalue">The <code><a class="el" href="classxercesc_1_1DOMText.html">DOMText</a></code> interface inherits from <code><a class="el" href="classxercesc_1_1DOMCharacterData.html">DOMCharacterData</a></code> and represents the textual content (termed character data in XML) of an <code><a class="el" href="classxercesc_1_1DOMElement.html">DOMElement</a></code> or <code><a class="el" href="classxercesc_1_1DOMAttr.html">DOMAttr</a></code> </td></tr>
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMTreeWalker.html">xercesc::DOMTreeWalker</a></td><td class="indexvalue"><code><a class="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><td class="indexkey"><a class="el" href="classxercesc_1_1DOMTypeInfo.html">xercesc::DOMTypeInfo</a></td><td class="indexvalue">The <code><a class="el" href="classxercesc_1_1DOMTypeInfo.html">DOMTypeInfo</a></code> interface represent a type used by <code><a class="el" href="classxercesc_1_1DOMElement.html">DOMElement</a></code> or <code><a class="el" href="classxercesc_1_1DOMAttr.html">DOMAttr</a></code> nodes, specified in the schemas associated with the document </td></tr>
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMUserDataHandler.html">xercesc::DOMUserDataHandler</a></td><td class="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><td class="indexkey"><a class="el" href="classxercesc_1_1DOMWriter.html">xercesc::DOMWriter</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMWriterFilter.html">xercesc::DOMWriterFilter</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMXPathEvaluator.html">xercesc::DOMXPathEvaluator</a></td><td class="indexvalue">The evaluation of XPath expressions is provided by <code><a class="el" href="classxercesc_1_1DOMXPathEvaluator.html">DOMXPathEvaluator</a></code> </td></tr>
2020-02-17 21:10:06 +00:00
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMXPathException.html">xercesc::DOMXPathException</a></td><td class="indexvalue"><dl class="since" compact><dt><b>Since:</b></dt><dd>DOM Level 3 </dd></dl>
</td></tr>
2020-02-17 21:05:20 +00:00
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMXPathExpression.html">xercesc::DOMXPathExpression</a></td><td class="indexvalue">The <code><a class="el" href="classxercesc_1_1DOMXPathExpression.html">DOMXPathExpression</a></code> interface represents a parsed and resolved XPath expression </td></tr>
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMXPathNamespace.html">xercesc::DOMXPathNamespace</a></td><td class="indexvalue">The <code><a class="el" href="classxercesc_1_1DOMXPathNamespace.html">DOMXPathNamespace</a></code> interface is returned by <code><a class="el" href="classxercesc_1_1DOMXPathResult.html">DOMXPathResult</a></code> interfaces to represent the XPath namespace node type that DOM lacks </td></tr>
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMXPathNSResolver.html">xercesc::DOMXPathNSResolver</a></td><td class="indexvalue">The <code><a class="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><td class="indexkey"><a class="el" href="classxercesc_1_1DOMXPathResult.html">xercesc::DOMXPathResult</a></td><td class="indexvalue">The <code><a class="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><td class="indexkey"><a class="el" href="classxercesc_1_1MemoryManager.html">xercesc::MemoryManager</a></td><td class="indexvalue">Configurable memory manager </td></tr>
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1StDOMNode.html">xercesc::StDOMNode&lt; T &gt;</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1XMLDeleter.html">xercesc::XMLDeleter</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1XMLPlatformUtils.html">xercesc::XMLPlatformUtils</a></td><td class="indexvalue">Utilities that must be implemented in a platform-specific way </td></tr>
<tr><td class="indexkey"><a class="el" href="classXPath2Result.html">XPath2Result</a></td><td class="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><td class="indexkey"><a class="el" href="classXQillaExpression.html">XQillaExpression</a></td><td class="indexvalue">The <code><a class="el" href="classXQillaExpression.html">XQillaExpression</a></code> interface extends the <code>DOMXPathExpression</code> interface, providing the ability to release the object </td></tr>
<tr><td class="indexkey"><a class="el" href="classXQillaNSResolver.html">XQillaNSResolver</a></td><td class="indexvalue">The <code><a class="el" href="classXQillaNSResolver.html">XQillaNSResolver</a></code> interface extends the <code>DOMXPathNSResolver</code> providing the ability to add additional namespace bindings </td></tr>
<tr><td class="indexkey"><a class="el" href="classXQillaPlatformUtils.html">XQillaPlatformUtils</a></td><td class="indexvalue">Static utility methods for initializing and terminating the XQilla and Xerces environments </td></tr>
</table>
2020-02-17 21:10:06 +00:00
<hr size="1"><address style="align: right;"><small>Generated on Wed Dec 12 19:14:14 2007 for XQilla DOM Level 3 API by&nbsp;
2020-02-17 21:05:20 +00:00
<a href="http://www.doxygen.org/index.html">
2020-02-17 21:10:06 +00:00
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
2020-02-17 21:05:20 +00:00
</body>
</html>