blob: 62203f3c77bea1acc1349d0928f30b8abd165f92 [file] [log] [blame]
<HTML><HEAD><TITLE>Xalan-C++ API Documentation</TITLE></HEAD>
<BODY>
<h2 align="center">Xalan-C++ API Documentation</h2>
<h3 align="center">The Xalan C++ XSLT Processor Version 1.10</h3>
</BODY>
<!-- Generated by Doxygen 1.2.8.1 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>XalanSourceTreeDocument Member List</h1>This is the complete list of members for <a class="el" href="classXalanSourceTreeDocument.html">XalanSourceTreeDocument</a>, including all inherited members.<ul>
<li><a class="el" href="classXalanSourceTreeDocument.html#s4">allocator_size_type</a> typedef
<li><a class="el" href="classXalanSourceTreeDocument.html#a18">appendChild</a>(XalanNode *newChild)
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a56">appendChildNode</a>(XalanSourceTreeComment *theChild)
<li><a class="el" href="classXalanSourceTreeDocument.html#a57">appendChildNode</a>(XalanSourceTreeElement *theChild)
<li><a class="el" href="classXalanSourceTreeDocument.html#a58">appendChildNode</a>(XalanSourceTreeProcessingInstruction *theChild)
<li><a class="el" href="classXalanNode.html#s14s3">ATTRIBUTE_NODE</a> enum value
<li><a class="el" href="classXalanSourceTreeDocument.html#s1">AttributesArrayAllocatorType</a> typedef
<li><a class="el" href="classXalanSourceTreeDocument.html#s0">AttributesCountType</a> typedef
<li><a class="el" href="classXalanSourceTreeDocument.html#s5">block_size_type</a> typedef
<li><a class="el" href="classXalanSourceTreeDocument.html#s6">bucket_count_type</a> typedef
<li><a class="el" href="classXalanSourceTreeDocument.html#s7">bucket_size_type</a> typedef
<li><a class="el" href="classXalanNode.html#s14s5">CDATA_SECTION_NODE</a> enum value
<li><a class="el" href="classXalanSourceTreeDocument.html#a14">cloneNode</a>(bool deep) const
<code> [virtual]</code><li><a class="el" href="classXalanNode.html#s14s9">COMMENT_NODE</a> enum value
<li><a class="el" href="classXalanSourceTreeDocument.html#d2">create</a>(MemoryManagerType &amp;theManager, bool fPoolAllText=s_poolAllTextNodes, block_size_type theNamesStringPoolBlockSize=eDefaultNamesStringPoolBlockSize, bucket_count_type theNamesStringPoolBucketCount=eDefaultNamesStringPoolBucketCount, bucket_size_type theNamesStringPoolBucketSize=eDefaultNamesStringPoolBucketSize, block_size_type theValuesStringPoolBlockSize=eDefaultValuesStringPoolBlockSize, bucket_count_type theValuesStringPoolBucketCount=eDefaultValuesStringPoolBucketCount, bucket_size_type theValuesStringPoolBucketSize=eDefaultValuesStringPoolBucketSize)
<code> [static]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a35">createAttribute</a>(const XalanDOMString &amp;name)
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a43">createAttributeNS</a>(const XalanDOMString &amp;namespaceURI, const XalanDOMString &amp;qualifiedName)
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a33">createCDATASection</a>(const XalanDOMString &amp;data)
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a32">createComment</a>(const XalanDOMString &amp;data)
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a50">createCommentNode</a>(const XalanDOMChar *data, XalanDOMString::size_type length, XalanNode *theParentNode=0, XalanNode *thePreviousSibling=0, XalanNode *theNextSibling=0)
<li><a class="el" href="classXalanSourceTreeDocument.html#a30">createDocumentFragment</a>()
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a29">createElement</a>(const XalanDOMString &amp;tagName)
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a46">createElementNode</a>(const XalanDOMChar *name, const AttributeListType &amp;attrs, XalanNode *theParentNode=0, XalanNode *thePreviousSibling=0, XalanNode *theNextSibling=0, bool fAddXMLNamespaceAttribute=false)
<li><a class="el" href="classXalanSourceTreeDocument.html#a47">createElementNode</a>(const XalanDOMChar *uri, const XalanDOMChar *localname, const XalanDOMChar *qname, const AttributesType &amp;attrs, XalanNode *theParentNode=0, XalanNode *thePreviousSibling=0, XalanNode *theNextSibling=0, bool fAddXMLNamespaceAttribute=false)
<li><a class="el" href="classXalanSourceTreeDocument.html#a48">createElementNode</a>(const XalanDOMChar *tagName, const AttributeListType &amp;attrs, const PrefixResolver &amp;thePrefixResolver, XalanNode *theParentNode=0, XalanNode *thePreviousSibling=0, XalanNode *theNextSibling=0, bool fAddXMLNamespaceAttribute=false)
<li><a class="el" href="classXalanSourceTreeDocument.html#a49">createElementNode</a>(const XalanDOMChar *name, const AttributesType &amp;attrs, XalanNode *theParentNode=0, XalanNode *thePreviousSibling=0, XalanNode *theNextSibling=0, bool fAddXMLNamespaceAttribute=false)
<li><a class="el" href="classXalanSourceTreeDocument.html#a42">createElementNS</a>(const XalanDOMString &amp;namespaceURI, const XalanDOMString &amp;qualifiedName)
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a36">createEntityReference</a>(const XalanDOMString &amp;name)
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a34">createProcessingInstruction</a>(const XalanDOMString &amp;target, const XalanDOMString &amp;data)
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a51">createProcessingInstructionNode</a>(const XalanDOMChar *target, const XalanDOMChar *data, XalanNode *theParentNode=0, XalanNode *thePreviousSibling=0, XalanNode *theNextSibling=0)
<li><a class="el" href="classXalanSourceTreeDocument.html#a53">createTextIWSNode</a>(const XalanDOMChar *chars, XalanDOMString::size_type length, XalanNode *theParentNode=0, XalanNode *thePreviousSibling=0, XalanNode *theNextSibling=0)
<li><a class="el" href="classXalanSourceTreeDocument.html#a31">createTextNode</a>(const XalanDOMString &amp;data)
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a52">createTextNode</a>(const XalanDOMChar *chars, XalanDOMString::size_type length, XalanNode *theParentNode=0, XalanNode *thePreviousSibling=0, XalanNode *theNextSibling=0)
<li><a class="el" href="classXalanNode.html#s14s12">DOCUMENT_FRAGMENT_NODE</a> enum value
<li><a class="el" href="classXalanNode.html#s14s10">DOCUMENT_NODE</a> enum value
<li><a class="el" href="classXalanNode.html#s14s11">DOCUMENT_TYPE_NODE</a> enum value
<li><a class="el" href="classXalanSourceTreeDocument.html#s22s8">eDefaultAttributeAllocatorBlockSize</a> enum value
<li><a class="el" href="classXalanSourceTreeDocument.html#s22s9">eDefaultAttributeNSAllocatorBlockSize</a> enum value
<li><a class="el" href="classXalanSourceTreeDocument.html#s22s10">eDefaultCommentAllocatorBlockSize</a> enum value
<li><a class="el" href="classXalanSourceTreeDocument.html#s22s11">eDefaultElementAllocatorBlockSize</a> enum value
<li><a class="el" href="classXalanSourceTreeDocument.html#s22s12">eDefaultElementNSAllocatorBlockSize</a> enum value
<li><a class="el" href="classXalanSourceTreeDocument.html#s22s16">eDefaultNamesStringPoolBlockSize</a> enum value
<li><a class="el" href="classXalanSourceTreeDocument.html#s22s17">eDefaultNamesStringPoolBucketCount</a> enum value
<li><a class="el" href="classXalanSourceTreeDocument.html#s22s18">eDefaultNamesStringPoolBucketSize</a> enum value
<li><a class="el" href="classXalanSourceTreeDocument.html#s22s13">eDefaultPIAllocatorBlockSize</a> enum value
<li><a class="el" href="classXalanSourceTreeDocument.html#s22s14">eDefaultTextAllocatorBlockSize</a> enum value
<li><a class="el" href="classXalanSourceTreeDocument.html#s22s15">eDefaultTextIWSAllocatorBlockSize</a> enum value
<li><a class="el" href="classXalanSourceTreeDocument.html#s22s19">eDefaultValuesStringPoolBlockSize</a> enum value
<li><a class="el" href="classXalanSourceTreeDocument.html#s22s20">eDefaultValuesStringPoolBucketCount</a> enum value
<li><a class="el" href="classXalanSourceTreeDocument.html#s22s21">eDefaultValuesStringPoolBucketSize</a> enum value
<li><a class="el" href="classXalanNode.html#s14s2">ELEMENT_NODE</a> enum value
<li><a class="el" href="classXalanSourceTreeDocument.html#s2">ElementByIDMapType</a> typedef
<li><a class="el" href="classXalanNode.html#s14s7">ENTITY_NODE</a> enum value
<li><a class="el" href="classXalanNode.html#s14s6">ENTITY_REFERENCE_NODE</a> enum value
<li><a class="el" href="classXalanSourceTreeDocument.html#a12">getAttributes</a>() const
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a7">getChildNodes</a>() const
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a37">getDoctype</a>() const
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a39">getDocumentElement</a>() const
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a45">getElementById</a>(const XalanDOMString &amp;elementId) const
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a40">getElementsByTagName</a>(const XalanDOMString &amp;tagname) const
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a44">getElementsByTagNameNS</a>(const XalanDOMString &amp;namespaceURI, const XalanDOMString &amp;localName) const
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a8">getFirstChild</a>() const
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a38">getImplementation</a>() const
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a28">getIndex</a>() const
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a9">getLastChild</a>() const
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a25">getLocalName</a>() const
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a23">getNamespaceURI</a>() const
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a11">getNextSibling</a>() const
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a3">getNodeName</a>() const
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a5">getNodeType</a>() const
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a4">getNodeValue</a>() const
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a13">getOwnerDocument</a>() const
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a6">getParentNode</a>() const
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#d3">getPoolAllTextNodes</a>()
<code> [static]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a24">getPrefix</a>() const
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a10">getPreviousSibling</a>() const
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a55">getUnparsedEntityURI</a>(const XalanDOMString &amp;theName) const
<li><a class="el" href="classXalanSourceTreeDocument.html#a19">hasChildNodes</a>() const
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a41">importNode</a>(XalanNode *importedNode, bool deep)
<code> [virtual]</code><li><a class="el" href="classXalanNode.html#s0">IndexType</a> typedef
<li><a class="el" href="classXalanSourceTreeDocument.html#d0">initialize</a>(MemoryManagerType &amp;theManager)
<code> [static]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a15">insertBefore</a>(XalanNode *newChild, XalanNode *refChild)
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a27">isIndexed</a>() const
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a22">isSupported</a>(const XalanDOMString &amp;feature, const XalanDOMString &amp;version) const
<code> [virtual]</code><li><a class="el" href="classXalanNode.html#s14">NodeType</a> enum name
<li><a class="el" href="classXalanSourceTreeDocument.html#a21">normalize</a>()
<code> [virtual]</code><li><a class="el" href="classXalanNode.html#s14s13">NOTATION_NODE</a> enum value
<li><a class="el" href="classXalanDocument.html#b1">XalanDocument::operator=</a>(const XalanDocument &amp;theSource)
<code> [protected]</code><li><a class="el" href="classXalanNode.html#b1">XalanNode::operator=</a>(const XalanNode &amp;theSource)
<code> [protected]</code><li><a class="el" href="classXalanDocument.html#b2">XalanDocument::operator==</a>(const XalanDocument &amp;theRHS) const
<code> [protected]</code><li><a class="el" href="classXalanNode.html#b2">XalanNode::operator==</a>(const XalanNode &amp;theRHS) const
<code> [protected]</code><li><a class="el" href="classXalanNode.html#s14s8">PROCESSING_INSTRUCTION_NODE</a> enum value
<li><a class="el" href="classXalanSourceTreeDocument.html#a17">removeChild</a>(XalanNode *oldChild)
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a16">replaceChild</a>(XalanNode *newChild, XalanNode *oldChild)
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a20">setNodeValue</a>(const XalanDOMString &amp;nodeValue)
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#d4">setPoolAllTextNodes</a>(bool fPool)
<code> [static]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a26">setPrefix</a>(const XalanDOMString &amp;prefix)
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#d1">terminate</a>()
<code> [static]</code><li><a class="el" href="classXalanNode.html#s14s4">TEXT_NODE</a> enum value
<li><a class="el" href="classXalanNode.html#s14s1">UNKNOWN_NODE</a> enum value
<li><a class="el" href="classXalanSourceTreeDocument.html#a54">unparsedEntityDeclaration</a>(const XalanDOMChar *name, const XalanDOMChar *publicId, const XalanDOMChar *systemId, const XalanDOMChar *notationName)
<li><a class="el" href="classXalanSourceTreeDocument.html#s3">UnparsedEntityURIMapType</a> typedef
<li><a class="el" href="classXalanDocument.html#a0">XalanDocument</a>()
<li><a class="el" href="classXalanDocument.html#b0">XalanDocument</a>(const XalanDocument &amp;theSource)
<code> [protected]</code><li><a class="el" href="classXalanNode.html#a0">XalanNode</a>()
<li><a class="el" href="classXalanNode.html#b0">XalanNode</a>(const XalanNode &amp;theSource)
<code> [protected]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a0">XalanSourceTreeDocument</a>(MemoryManagerType &amp;theManager, bool fPoolAllText=s_poolAllTextNodes, block_size_type theNamesStringPoolBlockSize=eDefaultNamesStringPoolBlockSize, bucket_count_type theNamesStringPoolBucketCount=eDefaultNamesStringPoolBucketCount, bucket_size_type theNamesStringPoolBucketSize=eDefaultNamesStringPoolBucketSize, block_size_type theValuesStringPoolBlockSize=eDefaultValuesStringPoolBlockSize, bucket_count_type theValuesStringPoolBucketCount=eDefaultValuesStringPoolBucketCount, bucket_size_type theValuesStringPoolBucketSize=eDefaultValuesStringPoolBucketSize)
<li><a class="el" href="classXalanSourceTreeDocument.html#a1">XalanSourceTreeDocument</a>(MemoryManagerType &amp;theManager, allocator_size_type theAttributeBlockSize, allocator_size_type theAttributeNSBlockSize, allocator_size_type theCommentBlockSize, allocator_size_type theElementBlockSize, allocator_size_type theElementNSBlockSize, allocator_size_type thePIBlockSize, allocator_size_type theTextBlockSize, allocator_size_type theTextIWSBlockSize, bool fPoolAllText=s_poolAllTextNodes)
<li><a class="el" href="classXalanDocument.html#a1">~XalanDocument</a>()
<code> [virtual]</code><li><a class="el" href="classXalanNode.html#a1">~XalanNode</a>()
<code> [virtual]</code><li><a class="el" href="classXalanSourceTreeDocument.html#a2">~XalanSourceTreeDocument</a>()
<code> [virtual]</code></ul>
<p align="center"><a href="diagramnotes.html">Interpreting class diagrams</a></p>
<p><FONT color="#000000" face="arial,helvetica,sanserif" size="-1">
<i><A href="http://www.stack.nl/~dimitri/doxygen/">Doxygen</A> and
<A href="http://www.research.att.com/sw/tools/graphviz/">GraphViz</A> are used to generate this API documentation from the Xalan-C header files.</I></FONT></p>
<TABLE border="0" cellpadding="0" cellspacing="0" width="820"><TR><TD bgcolor="#0086b2"><IMG height="1" src="../resources/dot.gif" width="1" alt="dot"></TD></TR></TABLE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="80%">
<TR>
<TD WIDTH="80%" VALIGN="TOP">
<P ALIGN="CENTER"><B>Xalan-C++ XSLT Processor Version 1.10</B><BR>
Copyright &copy; 1999-2004 The Apache Software Foundation. All Rights Reserved.</i></p>
</TD>
</TR>
<TR>
<TD WIDTH="100%">
<P ALIGN="CENTER"><IMG SRC="ApacheLogo.jpg" WIDTH="387" HEIGHT="100" ALIGN="BOTTOM" BORDER="0" ALT="Apache Logo">
</TD>
</TR>
</TABLE>