blob: 461f6035346af4fc7ab57f4aba7833b7fee86680 [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>XPath::TargetData Class Reference</h1><code>#include &lt;<a class="el" href="XPath_8hpp-source.html">XPath.hpp</a>&gt;</code>
<p>
<a href="classXPath_1_1TargetData-members.html">List of all members.</a><h2>Public Types</h2>
<ul>
<li>enum <a class="el" href="classXPath_1_1TargetData.html#s4">eTargetType</a> { <a class="el" href="classXPath_1_1TargetData.html#s4s0">eAttribute</a>,
<a class="el" href="classXPath_1_1TargetData.html#s4s1">eElement</a>,
<a class="el" href="classXPath_1_1TargetData.html#s4s2">eAny</a>,
<a class="el" href="classXPath_1_1TargetData.html#s4s3">eOther</a>
}
</ul>
<h2>Public Methods</h2>
<ul>
<li><a class="el" href="classXPath_1_1TargetData.html#a0">TargetData</a> ()
<li><a class="el" href="classXPath_1_1TargetData.html#a1">TargetData</a> (const XalanDOMChar *theString, <a class="el" href="classXPath.html#s15">eMatchScore</a> thePriority, <a class="el" href="classXPath_1_1TargetData.html#s4">eTargetType</a> theTargetType)
<li>const XalanDOMChar* <a class="el" href="classXPath_1_1TargetData.html#a2">getString</a> () const
<li><a class="el" href="classXPath.html#s15">eMatchScore</a> <a class="el" href="classXPath_1_1TargetData.html#a3">getDefaultPriority</a> () const
<li><a class="el" href="classXPath_1_1TargetData.html#s4">eTargetType</a> <a class="el" href="classXPath_1_1TargetData.html#a4">getTargetType</a> () const
</ul>
<hr><h2>Member Enumeration Documentation</h2>
<a name="s4" doxytag="XPath::TargetData::eTargetType"></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>
enum XPath::TargetData::eTargetType
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<dl compact><dt>
<b>Enumeration values:</b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><a name="s4s0" doxytag="eAttribute"></a><em>eAttribute</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="s4s1" doxytag="eElement"></a><em>eElement</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="s4s2" doxytag="eAny"></a><em>eAny</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="s4s3" doxytag="eOther"></a><em>eOther</em>
&nbsp;</td><td>
</td></tr>
</table>
</dl>
</td>
</tr>
</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="XPath::TargetData::TargetData"></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>
XPath::TargetData::TargetData (
</b></td>
<td valign="bottom"><b>
)
</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="a1" doxytag="XPath::TargetData::TargetData"></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>
XPath::TargetData::TargetData (
</b></td>
<td valign="bottom"><b>
const XalanDOMChar * <em>theString</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXPath.html#s15">eMatchScore</a> <em>thePriority</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXPath_1_1TargetData.html#s4">eTargetType</a> <em>theTargetType</em>&nbsp;)
</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="a3" doxytag="XPath::TargetData::getDefaultPriority"></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="classXPath.html#s15">eMatchScore</a> XPath::TargetData::getDefaultPriority (
</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="a2" doxytag="XPath::TargetData::getString"></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 XalanDOMChar * XPath::TargetData::getString (
</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="a4" doxytag="XPath::TargetData::getTargetType"></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="classXPath_1_1TargetData.html#s4">eTargetType</a> XPath::TargetData::getTargetType (
</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>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XPath_8hpp-source.html">XPath.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>