XQuilla/docs/dom3-api/annotated.html
2020-02-17 22:17:06 +01:00

103 lines
24 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&amp;type=2" border="0" alt="SourceForge.net Logo" /></a>
<!-- Generated by Doxygen 1.5.5 -->
<div class="navigation" id="top">
<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 class="current"><a href="classes.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
<li class="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>
</div>
<div class="contents">
<h1>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&lt; TYPE &gt;</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="classAutoDelete.html">AutoDelete&lt; TYPE &gt;</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="classAutoDeleteArray.html">AutoDeleteArray&lt; TYPE &gt;</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="classAutoRelease.html">AutoRelease&lt; TYPE &gt;</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" title="The DOMAttr class refers to an attribute of an XML element.">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" title="The DOMCharacterData interface extends DOMNode with a set of attributes and methods...">DOMCharacterData</a></code> interface extends <a class="el" href="classxercesc_1_1DOMNode.html" title="The DOMNode interface is the primary datatype for the entire Document Object Model...">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" title="The DOMConfiguration interface represents the configuration of a document and maintains...">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" title="The DOMDocument interface represents the entire XML document.">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" title="DOMDocumentFragment is a &quot;lightweight&quot; or &quot;minimal&quot; DOMDocument...">DOMDocumentFragment</a> is a "lightweight" or "minimal" <a class="el" href="classxercesc_1_1DOMDocument.html" title="The DOMDocument interface represents the entire XML document.">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" title="DOMDocumentTraversal contains methods that create DOMNodeIterators and DOMTreeWalkers...">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" title="The DOMDocument interface represents the entire XML document.">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" title="Each DOMDocument has a doctype attribute whose value is either null or a DOMDocumentType...">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" title="By far the vast majority of objects (apart from text) that authors encounter when...">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" title="DOMEntityReference objects may be inserted into the structure model when an entity...">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" title="DOMError is an interface that describes an error.">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" title="The DOMImplementation interface provides a number of methods for performing operations...">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" title="The DOMImplementationList interface provides the abstraction of an ordered collection...">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" title="DOMLocator is an interface that describes a location.">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" title="DOMLSParser provides an API for parsing XML documents and building the corresponding...">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" title="DOMLSResourceResolver provides a way for applications to redirect references to external...">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" title="The DOMMemoryManager interface exposes the memory allocation-related functionalities...">DOMMemoryManager</a></code> interface exposes the memory allocation-related functionalities of a <code><a class="el" href="classxercesc_1_1DOMDocument.html" title="The DOMDocument interface represents the entire XML document.">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" title="DOMNamedNodeMaps are used to represent collections of nodes that can be accessed...">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" title="The DOMNode interface is the primary datatype for the entire Document Object Model...">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" title="The DOMNodeList interface provides the abstraction of an ordered collection of nodes...">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" title="The DOMProcessingInstruction interface represents a &quot;processing instruction&quot;...">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" title="The DOMPSVITypeInfo interface represent the PSVI info used by DOMElement or DOMAttr...">DOMPSVITypeInfo</a></code> interface represent the PSVI info used by <code><a class="el" href="classxercesc_1_1DOMElement.html" title="By far the vast majority of objects (apart from text) that authors encounter when...">DOMElement</a></code> or <code><a class="el" href="classxercesc_1_1DOMAttr.html" title="The DOMAttr class refers to an attribute of an XML element.">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" title="Range operations may throw a DOMRangeException as specified in their method descriptions...">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" title="The DOMStringList interface provides the abstraction of an ordered collection of...">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" title="The DOMText interface inherits from DOMCharacterData and represents the textual content...">DOMText</a></code> interface inherits from <code><a class="el" href="classxercesc_1_1DOMCharacterData.html" title="The DOMCharacterData interface extends DOMNode with a set of attributes and methods...">DOMCharacterData</a></code> and represents the textual content (termed character data in XML) of an <code><a class="el" href="classxercesc_1_1DOMElement.html" title="By far the vast majority of objects (apart from text) that authors encounter when...">DOMElement</a></code> or <code><a class="el" href="classxercesc_1_1DOMAttr.html" title="The DOMAttr class refers to an attribute of an XML element.">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" title="DOMTreeWalker objects are used to navigate a document tree or subtree using the view...">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" title="The DOMTypeInfo interface represent a type used by DOMElement or DOMAttr nodes, specified...">DOMTypeInfo</a></code> interface represent a type used by <code><a class="el" href="classxercesc_1_1DOMElement.html" title="By far the vast majority of objects (apart from text) that authors encounter when...">DOMElement</a></code> or <code><a class="el" href="classxercesc_1_1DOMAttr.html" title="The DOMAttr class refers to an attribute of an XML element.">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" title="The evaluation of XPath expressions is provided by DOMXPathEvaluator.">DOMXPathEvaluator</a></code> </td></tr>
<tr><td class="indexkey"><a class="el" href="classxercesc_1_1DOMXPathException.html">xercesc::DOMXPathException</a></td><td class="indexvalue"></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" title="The DOMXPathExpression interface represents a parsed and resolved XPath expression...">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" title="The DOMXPathNamespace interface is returned by DOMXPathResult interfaces to represent...">DOMXPathNamespace</a></code> interface is returned by <code><a class="el" href="classxercesc_1_1DOMXPathResult.html" title="The DOMXPathResult interface represents the result of the evaluation of an XPath...">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" title="The DOMXPathNSResolver interface permit prefix strings in the expression to be properly...">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" title="The DOMXPathResult interface represents the result of the evaluation of an XPath...">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&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="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&lt; _Tp &gt;</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="structXQillaAllocator_1_1rebind.html">XQillaAllocator&lt; _Tp &gt;::rebind&lt; _Tp1 &gt;</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><a class="el" href="classXQillaExpression.html" title="The XQillaExpression interface extends the DOMXPathExpression interface, providing...">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" title="The XQillaNSResolver interface extends the DOMXPathNSResolver providing the ability...">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>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Mon Jan 5 19:54:49 2009 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
</body>
</html>