blob: 0c2955590762f1bc31c8e43a1ac0a09d2568c9fe [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>XalanSourceTreeElementA Class Reference</h1><code>#include &lt;<a class="el" href="XalanSourceTreeElementA_8hpp-source.html">XalanSourceTreeElementA.hpp</a>&gt;</code>
<p>
Inheritance diagram for XalanSourceTreeElementA:<p><center><img src="classXalanSourceTreeElementA__inherit__graph.gif" border="0" usemap="#XalanSourceTreeElementA_inherit_map" alt="Inheritance graph"></center>
<map name="XalanSourceTreeElementA_inherit_map">
<area href="classXalanSourceTreeElementANS.html" shape="rect" coords="84,341,278,317">
<area href="classXalanSourceTreeElement.html" shape="rect" coords="6,191,174,168">
<area href="classXalanElement.html" shape="rect" coords="40,117,141,93">
<area href="classXalanNode.html" shape="rect" coords="50,42,130,18">
<area href="classXalanNamedNodeMap.html" shape="rect" coords="198,191,348,168">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for XalanSourceTreeElementA:<p><center><img src="classXalanSourceTreeElementA__coll__graph.gif" border="0" usemap="#XalanSourceTreeElementA_coll_map" alt="Collaboration graph"></center>
<map name="XalanSourceTreeElementA_coll_map">
<area href="classXalanSourceTreeElement.html" shape="rect" coords="277,265,445,241">
<area href="classXalanSourceTreeDocument.html" shape="rect" coords="23,357,201,333">
<area href="classXalanSourceTreeAttr.html" shape="rect" coords="536,357,677,333">
<area href="classXalanElement.html" shape="rect" coords="131,144,232,120">
<area href="classXalanNode.html" shape="rect" coords="412,50,492,26">
<area href="classXalanAttr.html" shape="rect" coords="665,212,737,188">
<area href="classXalanDOMString.html" shape="rect" coords="303,144,420,120">
<area href="classXalanNamedNodeMap.html" shape="rect" coords="701,357,850,333">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classXalanSourceTreeElementA-members.html">List of all members.</a><h2>Public Types</h2>
<ul>
<li>typedef unsigned long <a class="el" href="classXalanSourceTreeElementA.html#s0">AttributesCountType</a>
</ul>
<h2>Public Methods</h2>
<ul>
<li><a class="el" href="classXalanSourceTreeElementA.html#a0">XalanSourceTreeElementA</a> (<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theTagName, <a class="el" href="classXalanSourceTreeDocument.html">XalanSourceTreeDocument</a> *theOwnerDocument, <a class="el" href="classXalanSourceTreeAttr.html">XalanSourceTreeAttr</a> **theAttributes, <a class="el" href="classXalanSourceTreeElementA.html#s0">AttributesCountType</a> theAttributeCount, <a class="el" href="classXalanNode.html">XalanNode</a> *theParentNode=0, <a class="el" href="classXalanNode.html">XalanNode</a> *thePreviousSibling=0, <a class="el" href="classXalanNode.html">XalanNode</a> *theNextSibling=0, <a class="el" href="classXalanNode.html#s0">IndexType</a> theIndex=0)
<dl class="el"><dd><font size=-1><em>Constructor.</em> <a href="#a0">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanSourceTreeElementA.html#a1">~XalanSourceTreeElementA</a> ()
<li>virtual const <a class="el" href="classXalanNamedNodeMap.html">XalanNamedNodeMap</a>* <a class="el" href="classXalanSourceTreeElementA.html#a2">getAttributes</a> () const
<dl class="el"><dd><font size=-1><em>Gets a <code>NamedNodeMap</code> containing the attributes of this node (if it is an <code>Element</code>) or <code>null</code> otherwise.</em> <a href="#a2">More...</a><em><br><br></em></font></dl><li>virtual XalanSourceTreeElementA* <a class="el" href="classXalanSourceTreeElementA.html#a3">cloneNode</a> (bool deep) const
<dl class="el"><dd><font size=-1><em>Returns a duplicate of this node.</em> <a href="#a3">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classXalanSourceTreeElementA.html#a4">getNamespaceURI</a> () const
<dl class="el"><dd><font size=-1><em>Get the <em>namespace URI</em> of this node, or <code>null</code> if it is unspecified.</em> <a href="#a4">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classXalanSourceTreeElementA.html#a5">getPrefix</a> () const
<dl class="el"><dd><font size=-1><em>Get the <em>namespace prefix</em> of this node, or <code>null</code> if it is unspecified.</em> <a href="#a5">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classXalanSourceTreeElementA.html#a6">getLocalName</a> () const
<dl class="el"><dd><font size=-1><em>Returns the local part of the <em>qualified name</em> of this node.</em> <a href="#a6">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classXalanSourceTreeElementA.html#a7">getAttribute</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;name) const
<dl class="el"><dd><font size=-1><em>Retrieves an attribute value by name.</em> <a href="#a7">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanAttr.html">XalanAttr</a>* <a class="el" href="classXalanSourceTreeElementA.html#a8">getAttributeNode</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;name) const
<dl class="el"><dd><font size=-1><em>Retrieves an <code>DOM_Attr</code> node by name.</em> <a href="#a8">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classXalanSourceTreeElementA.html#a9">getAttributeNS</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;namespaceURI, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;localName) const
<dl class="el"><dd><font size=-1><em>Retrieves an attribute value by local name and namespace URI.</em> <a href="#a9">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanAttr.html">XalanAttr</a>* <a class="el" href="classXalanSourceTreeElementA.html#a10">getAttributeNodeNS</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;namespaceURI, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;localName) const
<dl class="el"><dd><font size=-1><em>Retrieves an <code>DOM_Attr</code> node by local name and namespace URI.</em> <a href="#a10">More...</a><em><br><br></em></font></dl><li><a class="el" href="classXalanSourceTreeElementA.html#s0">AttributesCountType</a> <a class="el" href="classXalanSourceTreeElementA.html#a11">getAttributeCount</a> () const
<li><a class="el" href="classXalanSourceTreeAttr.html">XalanSourceTreeAttr</a>* <a class="el" href="classXalanSourceTreeElementA.html#a12">getAttributeByIndex</a> (<a class="el" href="classXalanSourceTreeElementA.html#s0">AttributesCountType</a> index) const
<li>XalanSourceTreeElementA* <a class="el" href="classXalanSourceTreeElementA.html#a13">clone</a> (bool deep) const
</ul>
<h2>Protected Methods</h2>
<ul>
<li><a class="el" href="classXalanSourceTreeElementA.html#b0">XalanSourceTreeElementA</a> (<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager, const XalanSourceTreeElementA &amp;theSource, bool deep=false)
</ul>
<h2>Static Protected Methods</h2>
<ul>
<li>XalanSourceTreeElementA* <a class="el" href="classXalanSourceTreeElementA.html#e0">create</a> (<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager, const XalanSourceTreeElementA &amp;theSource, bool deep=false)
</ul>
<hr><h2>Member Typedef Documentation</h2>
<a name="s0" doxytag="XalanSourceTreeElementA::AttributesCountType"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
typedef unsigned long XalanSourceTreeElementA::AttributesCountType
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="XalanSourceTreeElementA::XalanSourceTreeElementA"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
XalanSourceTreeElementA::XalanSourceTreeElementA (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; <em>theManager</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theTagName</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanSourceTreeDocument.html">XalanSourceTreeDocument</a> * <em>theOwnerDocument</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanSourceTreeAttr.html">XalanSourceTreeAttr</a> ** <em>theAttributes</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanSourceTreeElementA.html#s0">AttributesCountType</a> <em>theAttributeCount</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * <em>theParentNode</em> = 0,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * <em>thePreviousSibling</em> = 0,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * <em>theNextSibling</em> = 0,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanNode.html#s0">IndexType</a> <em>theIndex</em> = 0&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Constructor.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theTagName</em>
&nbsp;</td><td>
The tag name of the element </td></tr>
<tr><td valign=top><em>theOwnerDocument</em>
&nbsp;</td><td>
The document that owns the instance </td></tr>
<tr><td valign=top><em>theAttributes</em>
&nbsp;</td><td>
An array of pointers to the attribute instances for the element </td></tr>
<tr><td valign=top><em>theAttributeCount</em>
&nbsp;</td><td>
The number of attributes. </td></tr>
<tr><td valign=top><em>theParentNode</em>
&nbsp;</td><td>
The parent node, if any. </td></tr>
<tr><td valign=top><em>thePreviousSibling</em>
&nbsp;</td><td>
The previous sibling, if any. </td></tr>
<tr><td valign=top><em>theNextSibling</em>
&nbsp;</td><td>
The next sibling, if any. </td></tr>
<tr><td valign=top><em>theIndex</em>
&nbsp;</td><td>
The document-order index of the node. </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a1" doxytag="XalanSourceTreeElementA::~XalanSourceTreeElementA"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
XalanSourceTreeElementA::~XalanSourceTreeElementA (
</b></td>
<td valign="bottom"><b>
)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="b0" doxytag="XalanSourceTreeElementA::XalanSourceTreeElementA"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
XalanSourceTreeElementA::XalanSourceTreeElementA (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; <em>theManager</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const XalanSourceTreeElementA &amp; <em>theSource</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
bool <em>deep</em> = false&nbsp;)<code> [protected]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a name="a13" doxytag="XalanSourceTreeElementA::clone"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
XalanSourceTreeElementA * XalanSourceTreeElementA::clone (
</b></td>
<td valign="bottom"><b>
bool <em>deep</em>&nbsp;) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a3" doxytag="XalanSourceTreeElementA::cloneNode"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
XalanSourceTreeElementA * XalanSourceTreeElementA::cloneNode (
</b></td>
<td valign="bottom"><b>
bool <em>deep</em>&nbsp;) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Returns a duplicate of this node.
<p>
This function serves as a generic copy constructor for nodes.
<p>
The duplicate node has no parent ( <code>parentNode</code> returns <code>null</code>.). <br>
Cloning an <code>Element</code> copies all attributes and their values, including those generated by the XML processor to represent defaulted attributes, but this method does not copy any text it contains unless it is a deep clone, since the text is contained in a child <code>Text</code> node. Cloning any other type of node simply returns a copy of this node. <dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>deep</em>
&nbsp;</td><td>
If <code>true</code>, recursively clone the subtree under the specified node; if <code>false</code>, clone only the node itself (and its attributes, if it is an <code>Element</code>). </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
The duplicate node. </dl>
<p>
Reimplemented from <a class="el" href="classXalanSourceTreeElement.html#a14">XalanSourceTreeElement</a>.
<p>
Reimplemented in <a class="el" href="classXalanSourceTreeElementANS.html#a2">XalanSourceTreeElementANS</a>. </td>
</tr>
</table>
<a name="e0" doxytag="XalanSourceTreeElementA::create"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
XalanSourceTreeElementA * XalanSourceTreeElementA::create (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; <em>theManager</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const XalanSourceTreeElementA &amp; <em>theSource</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
bool <em>deep</em> = false&nbsp;)<code> [static, protected]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a7" doxytag="XalanSourceTreeElementA::getAttribute"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; XalanSourceTreeElementA::getAttribute (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>name</em>&nbsp;) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Retrieves an attribute value by name.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>name</em>
&nbsp;</td><td>
The name of the attribute to retrieve. </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
The <code>DOM_Attr</code> value as a string, or the empty string if that attribute does not have a specified or default value. </dl>
<p>
Reimplemented from <a class="el" href="classXalanSourceTreeElement.html#a30">XalanSourceTreeElement</a>. </td>
</tr>
</table>
<a name="a12" doxytag="XalanSourceTreeElementA::getAttributeByIndex"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanSourceTreeAttr.html">XalanSourceTreeAttr</a> * XalanSourceTreeElementA::getAttributeByIndex (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanSourceTreeElementA.html#s0">AttributesCountType</a> <em>index</em>&nbsp;) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a11" doxytag="XalanSourceTreeElementA::getAttributeCount"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanSourceTreeElementA.html#s0">AttributesCountType</a> XalanSourceTreeElementA::getAttributeCount (
</b></td>
<td valign="bottom"><b>
) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a9" doxytag="XalanSourceTreeElementA::getAttributeNS"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; XalanSourceTreeElementA::getAttributeNS (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>namespaceURI</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>localName</em>&nbsp;) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Retrieves an attribute value by local name and namespace URI.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>namespaceURI</em>
&nbsp;</td><td>
The <em>namespace URI</em> of the attribute to retrieve. </td></tr>
<tr><td valign=top><em>localName</em>
&nbsp;</td><td>
The <em>local name</em> of the attribute to retrieve. </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
The <code>DOM_Attr</code> value as a string, or an empty string if that attribute does not have a specified or default value. </dl>
<p>
Reimplemented from <a class="el" href="classXalanSourceTreeElement.html#a37">XalanSourceTreeElement</a>. </td>
</tr>
</table>
<a name="a8" doxytag="XalanSourceTreeElementA::getAttributeNode"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanAttr.html">XalanAttr</a> * XalanSourceTreeElementA::getAttributeNode (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>name</em>&nbsp;) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Retrieves an <code>DOM_Attr</code> node by name.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>name</em>
&nbsp;</td><td>
The name (<code>nodeName</code>) of the attribute to retrieve. </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
The <code>DOM_Attr</code> node with the specified name (<code>nodeName</code>) or <code>null</code> if there is no such attribute. </dl>
<p>
Reimplemented from <a class="el" href="classXalanSourceTreeElement.html#a31">XalanSourceTreeElement</a>. </td>
</tr>
</table>
<a name="a10" doxytag="XalanSourceTreeElementA::getAttributeNodeNS"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanAttr.html">XalanAttr</a> * XalanSourceTreeElementA::getAttributeNodeNS (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>namespaceURI</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>localName</em>&nbsp;) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Retrieves an <code>DOM_Attr</code> node by local name and namespace URI.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>namespaceURI</em>
&nbsp;</td><td>
The <em>namespace URI</em> of the attribute to retrieve. </td></tr>
<tr><td valign=top><em>localName</em>
&nbsp;</td><td>
The <em>local name</em> of the attribute to retrieve. </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
The <code>DOM_Attr</code> node with the specified attribute local name and namespace URI or <code>null</code> if there is no such attribute. </dl>
<p>
Reimplemented from <a class="el" href="classXalanSourceTreeElement.html#a40">XalanSourceTreeElement</a>. </td>
</tr>
</table>
<a name="a2" doxytag="XalanSourceTreeElementA::getAttributes"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXalanNamedNodeMap.html">XalanNamedNodeMap</a> * XalanSourceTreeElementA::getAttributes (
</b></td>
<td valign="bottom"><b>
) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Gets a <code>NamedNodeMap</code> containing the attributes of this node (if it is an <code>Element</code>) or <code>null</code> otherwise.
<p>
<p>
Reimplemented from <a class="el" href="classXalanSourceTreeElement.html#a12">XalanSourceTreeElement</a>. </td>
</tr>
</table>
<a name="a6" doxytag="XalanSourceTreeElementA::getLocalName"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; XalanSourceTreeElementA::getLocalName (
</b></td>
<td valign="bottom"><b>
) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Returns the local part of the <em>qualified name</em> of this node.
<p>
<p>
For nodes created with a DOM Level 1 method, such as <code>createElement</code> from the <code>DOM_Document</code> interface, it is null.
<p>
Reimplemented from <a class="el" href="classXalanSourceTreeElement.html#a25">XalanSourceTreeElement</a>.
<p>
Reimplemented in <a class="el" href="classXalanSourceTreeElementANS.html#a5">XalanSourceTreeElementANS</a>. </td>
</tr>
</table>
<a name="a4" doxytag="XalanSourceTreeElementA::getNamespaceURI"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; XalanSourceTreeElementA::getNamespaceURI (
</b></td>
<td valign="bottom"><b>
) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Get the <em>namespace URI</em> of this node, or <code>null</code> if it is unspecified.
<p>
<p>
This is not a computed value that is the result of a namespace lookup based on an examination of the namespace declarations in scope. It is merely the namespace URI given at creation time.
<p>
For nodes of any type other than <code>ELEMENT_NODE</code> and <code>ATTRIBUTE_NODE</code> and nodes created with a DOM Level 1 method, such as <code>createElement</code> from the <code>Document</code> interface, this is always <code>null</code>.
<p>
Reimplemented from <a class="el" href="classXalanSourceTreeElement.html#a23">XalanSourceTreeElement</a>.
<p>
Reimplemented in <a class="el" href="classXalanSourceTreeElementANS.html#a3">XalanSourceTreeElementANS</a>. </td>
</tr>
</table>
<a name="a5" doxytag="XalanSourceTreeElementA::getPrefix"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; XalanSourceTreeElementA::getPrefix (
</b></td>
<td valign="bottom"><b>
) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Get the <em>namespace prefix</em> of this node, or <code>null</code> if it is unspecified.
<p>
<p>
Reimplemented from <a class="el" href="classXalanSourceTreeElement.html#a24">XalanSourceTreeElement</a>.
<p>
Reimplemented in <a class="el" href="classXalanSourceTreeElementANS.html#a4">XalanSourceTreeElementANS</a>. </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XalanSourceTreeElementA_8hpp-source.html">XalanSourceTreeElementA.hpp</a></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>