84 lines
20 KiB
HTML
84 lines
20 KiB
HTML
<!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 DOM3 API Documentation</title>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
|
<link href="tabs.css" rel="stylesheet" type="text/css">
|
|
</head><body>
|
|
<a style="float:right;" href="http://sourceforge.net/projects/xqilla"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=152021&type=2" border="0" alt="SourceForge.net Logo" /></a>
|
|
<!-- Generated by Doxygen 1.3.9.1 -->
|
|
<div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindexHL" href="annotated.html">Class List</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="namespacemembers.html">Namespace Members</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="globals.html">File Members</a> | <a class="qindex" href="examples.html">Examples</a></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="classAutoDeallocate.html">AutoDeallocate< TYPE ></a></td><td class="indexvalue"></td></tr>
|
|
<tr><td class="indexkey"><a class="el" href="classAutoDelete.html">AutoDelete< TYPE ></a></td><td class="indexvalue"></td></tr>
|
|
<tr><td class="indexkey"><a class="el" href="classAutoDeleteArray.html">AutoDeleteArray< TYPE ></a></td><td class="indexvalue"></td></tr>
|
|
<tr><td class="indexkey"><a class="el" href="classAutoRelease.html">AutoRelease< TYPE ></a></td><td class="indexvalue"></td></tr>
|
|
<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_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><!--</code>' and ending '<code>--></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_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_1DOMImplementationList.html">xercesc::DOMImplementationList</a></td><td class="indexvalue">The <code><a class="el" href="classxercesc_1_1DOMImplementationList.html">DOMImplementationList</a></code> interface provides the abstraction of an ordered collection of DOM implementations, without defining or constraining how this collection is implemented </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_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_1DOMLSException.html">xercesc::DOMLSException</a></td><td class="indexvalue"></td></tr>
|
|
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMLSInput.html">xercesc::DOMLSInput</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_1DOMLSOutput.html">xercesc::DOMLSOutput</a></td><td class="indexvalue">This interface represents an output destination for data </td></tr>
|
|
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMLSParser.html">xercesc::DOMLSParser</a></td><td class="indexvalue"><a class="el" href="classxercesc_1_1DOMLSParser.html">DOMLSParser</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_1DOMLSParserFilter.html">xercesc::DOMLSParserFilter</a></td><td class="indexvalue"></td></tr>
|
|
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMLSResourceResolver.html">xercesc::DOMLSResourceResolver</a></td><td class="indexvalue"><a class="el" href="classxercesc_1_1DOMLSResourceResolver.html">DOMLSResourceResolver</a> provides a way for applications to redirect references to external entities </td></tr>
|
|
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMLSSerializer.html">xercesc::DOMLSSerializer</a></td><td class="indexvalue"></td></tr>
|
|
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMLSSerializerFilter.html">xercesc::DOMLSSerializerFilter</a></td><td class="indexvalue"></td></tr>
|
|
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMMemoryManager.html">xercesc::DOMMemoryManager</a></td><td class="indexvalue">The <code><a class="el" href="classxercesc_1_1DOMMemoryManager.html">DOMMemoryManager</a></code> interface exposes the memory allocation-related functionalities of a <code><a class="el" href="classxercesc_1_1DOMDocument.html">DOMDocument</a></code> </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_1DOMStringList.html">xercesc::DOMStringList</a></td><td class="indexvalue">The <code><a class="el" href="classxercesc_1_1DOMStringList.html">DOMStringList</a></code> interface provides the abstraction of an ordered collection of strings, without defining or constraining how this collection is implemented </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_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>
|
|
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMXPathException.html">xercesc::DOMXPathException</a></td><td class="indexvalue"><dl compact><dt><b>Since:</b></dt><dd>DOM Level 3 </dd></dl>
|
|
</td></tr>
|
|
<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 or XPath 2.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< T ></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="classXPath2MemoryManager.html">XPath2MemoryManager</a></td><td class="indexvalue"></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="classXQillaAllocator.html">XQillaAllocator< _Tp ></a></td><td class="indexvalue"></td></tr>
|
|
<tr><td class="indexkey"><a class="el" href="structXQillaAllocator_1_1rebind.html">XQillaAllocator< _Tp >::rebind< _Tp1 ></a></td><td class="indexvalue"></td></tr>
|
|
<tr><td class="indexkey"><a class="el" href="classXQillaExpression.html">XQillaExpression</a></td><td class="indexvalue">The <code>XQillaExpression</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>XQillaNSResolver</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>
|
|
<hr size="1"><address style="align: right;"><small>Generated on Fri Sep 25 06:55:54 2009 for XQilla DOM Level 3 API by
|
|
<a href="http://www.doxygen.org/index.html">
|
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address>
|
|
</body>
|
|
</html>
|