blob: f00e970d43933b114f369f5312a13e7ac0bf108b [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Xalan-C++ API : Main Page</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<!-- The head section is copied from Doxygen 1.7.1 generated default output -->
<body>
<h2 align="center">Xalan-C++ API Documentation</h2>
<h3 align="center"><a href="../index.html">The Xalan C++ XSLT Processor Version 1.11</a></h3>
<hr/>
<!-- Generated by Doxygen 1.7.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
<li><a href="classes.html"><span>Class&nbsp;Index</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="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> </div>
<div class="headertitle">
<h1>AVTPartXPath Class Reference</h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="AVTPartXPath" --><!-- doxytag: inherits="AVTPart" -->
<p>Simple string part of a complex <a class="el" href="classAVT.html" title="Class to hold an Attribute Value Template.">AVT</a>.
<a href="#_details">More...</a></p>
<p><code>#include &lt;<a class="el" href="AVTPartXPath_8hpp_source.html">AVTPartXPath.hpp</a>&gt;</code></p>
<p>Inherits <a class="el" href="classAVTPart.html">AVTPart</a>.</p>
<div class="dynheader">
Collaboration diagram for AVTPartXPath:</div>
<div class="dyncontent">
<div class="center"><img src="classAVTPartXPath__coll__graph.png" border="0" usemap="#AVTPartXPath_coll__map" alt="Collaboration graph"/></div>
<map name="AVTPartXPath_coll__map" id="AVTPartXPath_coll__map">
<area shape="rect" id="node2" href="classAVTPart.html" title="Class to hold a part, either a string or XPath, of an Attribute Value Template." alt="" coords="1137,160,1209,189"/><area shape="rect" id="node4" href="classXPath.html" title="XPath" alt="" coords="1143,213,1204,243"/><area shape="rect" id="node6" href="classXPathFunctionTable.html" title="Class defines a table of functions that can be called in XPath expresions." alt="" coords="849,83,996,112"/><area shape="rect" id="node8" href="classFunction.html" title="Function" alt="" coords="453,17,528,47"/><area shape="rect" id="node10" href="structXPathFunctionTable_1_1FunctionNameTableEntry.html" title="XPathFunctionTable::FunctionNameTableEntry" alt="" coords="333,83,648,112"/><area shape="rect" id="node12" href="classXPathExpression.html" title="XPathExpression" alt="" coords="857,213,988,243"/><area shape="rect" id="node14" href="classXalanVector.html" title="XalanVector\&lt; XToken \&gt;" alt="" coords="403,136,579,165"/><area shape="rect" id="node16" href="classXalanVector.html" title="XalanVector\&lt; int \&gt;" alt="" coords="417,189,564,219"/><area shape="rect" id="node18" href="classXalanVector.html" title="XalanVector\&lt; double \&gt;" alt="" coords="404,243,577,272"/><area shape="rect" id="node20" href="classXalanDOMString.html" title="XalanDOMString" alt="" coords="427,313,555,343"/><area shape="rect" id="node22" href="classXalanVector.html" title="XalanVector\&lt; XalanDOMChar \&gt;" alt="" coords="7,313,233,343"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<p><a href="classAVTPartXPath-members.html">List of all members.</a></p>
<h2><a name="pub-methods"></a>
Public Member Functions</h2>
<ul>
<li><a class="el" href="classAVTPartXPath.html#a19a267836ea560c13b0960f715792298">AVTPartXPath</a> (const <a class="el" href="classXPath.html">XPath</a> *xpath)
<dl class="el"><dd class="mdescRight">Construct an <a class="el" href="classXPath.html">XPath</a> Attribute Value Template (<a class="el" href="classAVT.html" title="Class to hold an Attribute Value Template.">AVT</a>) part from an <a class="el" href="classXPath.html">XPath</a>. <a href="#a19a267836ea560c13b0960f715792298"></a><br/></dl><li>virtual void <a class="el" href="classAVTPartXPath.html#af353391f5fafedaffe096a6b2e489b29">evaluate</a> (<a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;buf, <a class="el" href="classXalanNode.html">XalanNode</a> *contextNode, const <a class="el" href="classPrefixResolver.html">PrefixResolver</a> &amp;prefixResolver, <a class="el" href="classXPathExecutionContext.html">XPathExecutionContext</a> &amp;executionContext) const
<dl class="el"><dd class="mdescRight">Append the value to the buffer. <a href="#af353391f5fafedaffe096a6b2e489b29"></a><br/></dl><li>virtual void <a class="el" href="classAVTPartXPath.html#a15858d00a96606b21f1672c1c7b30fd9">evaluate</a> (<a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;buf, const <a class="el" href="classPrefixResolver.html">PrefixResolver</a> &amp;prefixResolver, <a class="el" href="classXPathExecutionContext.html">XPathExecutionContext</a> &amp;executionContext) const
<dl class="el"><dd class="mdescRight">Append the value to the buffer. <a href="#a15858d00a96606b21f1672c1c7b30fd9"></a><br/></dl></ul>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Simple string part of a complex <a class="el" href="classAVT.html" title="Class to hold an Attribute Value Template.">AVT</a>. </p>
<p>Definition at line <a class="el" href="AVTPartXPath_8hpp_source.html#l00051">51</a> of file <a class="el" href="AVTPartXPath_8hpp_source.html">AVTPartXPath.hpp</a>.</p>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a19a267836ea560c13b0960f715792298"></a><!-- doxytag: member="AVTPartXPath::AVTPartXPath" ref="a19a267836ea560c13b0960f715792298" args="(const XPath *xpath)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">AVTPartXPath::AVTPartXPath </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXPath.html">XPath</a> *&nbsp;</td>
<td class="paramname"> <em>xpath</em></td>
<td>&nbsp;)&nbsp;</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Construct an <a class="el" href="classXPath.html">XPath</a> Attribute Value Template (<a class="el" href="classAVT.html" title="Class to hold an Attribute Value Template.">AVT</a>) part from an <a class="el" href="classXPath.html">XPath</a>. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>xpath</em>&nbsp;</td><td><a class="el" href="classXPath.html">XPath</a> to evaluate </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="af353391f5fafedaffe096a6b2e489b29"></a><!-- doxytag: member="AVTPartXPath::evaluate" ref="af353391f5fafedaffe096a6b2e489b29" args="(XalanDOMString &amp;buf, XalanNode *contextNode, const PrefixResolver &amp;prefixResolver, XPathExecutionContext &amp;executionContext) const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void AVTPartXPath::evaluate </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;&nbsp;</td>
<td class="paramname"> <em>buf</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXalanNode.html">XalanNode</a> *&nbsp;</td>
<td class="paramname"> <em>contextNode</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classPrefixResolver.html">PrefixResolver</a> &amp;&nbsp;</td>
<td class="paramname"> <em>prefixResolver</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXPathExecutionContext.html">XPathExecutionContext</a> &amp;&nbsp;</td>
<td class="paramname"> <em>executionContext</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td> const<code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Append the value to the buffer. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>buf</em>&nbsp;</td><td>buffer to write into </td></tr>
<tr><td valign="top"></td><td valign="top"><em>contextNode</em>&nbsp;</td><td>current context node </td></tr>
<tr><td valign="top"></td><td valign="top"><em>prefixResolver</em>&nbsp;</td><td>prefix resolver to use </td></tr>
<tr><td valign="top"></td><td valign="top"><em>executionContext</em>&nbsp;</td><td>execution context </td></tr>
</table>
</dd>
</dl>
<p>Implements <a class="el" href="classAVTPart.html#af075d085c252ae7661d10560139964eb">AVTPart</a>.</p>
</div>
</div>
<a class="anchor" id="a15858d00a96606b21f1672c1c7b30fd9"></a><!-- doxytag: member="AVTPartXPath::evaluate" ref="a15858d00a96606b21f1672c1c7b30fd9" args="(XalanDOMString &amp;buf, const PrefixResolver &amp;prefixResolver, XPathExecutionContext &amp;executionContext) const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void AVTPartXPath::evaluate </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;&nbsp;</td>
<td class="paramname"> <em>buf</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classPrefixResolver.html">PrefixResolver</a> &amp;&nbsp;</td>
<td class="paramname"> <em>prefixResolver</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classXPathExecutionContext.html">XPathExecutionContext</a> &amp;&nbsp;</td>
<td class="paramname"> <em>executionContext</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td> const<code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Append the value to the buffer. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>buf</em>&nbsp;</td><td>buffer to write into </td></tr>
<tr><td valign="top"></td><td valign="top"><em>prefixResolver</em>&nbsp;</td><td>prefix resolver to use </td></tr>
<tr><td valign="top"></td><td valign="top"><em>executionContext</em>&nbsp;</td><td>execution context </td></tr>
</table>
</dd>
</dl>
<p>Implements <a class="el" href="classAVTPart.html#ae4e1d32a9e97923f989187c20c9c2f1c">AVTPart</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="AVTPartXPath_8hpp_source.html">AVTPartXPath.hpp</a></li>
</ul>
</div>
<p align="center"><a href="graph_legend.html">Interpreting class diagrams</a></p>
<p><font color="#000000" face="arial,helvetica,sanserif" size="-1">
<i><a href="http://www.doxygen.org/">Doxygen</a> and
<a href="http://www.graphviz.org/">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="80%">
<tr>
<td width="80%" valign="top">
<p align="center"><b>Xalan-C++ XSLT Processor Version 1.11</b><br/>
Copyright &copy; 1999-2012 The Apache Software Foundation.<br/>
All Rights Reserved.</p>
</td>
</tr>
<tr>
<td width="100%">
<p align="center"><img src="asf_logo_wide.gif" width="268" height="25" align="bottom" border="0" alt="Apache Logo">
</td>
</tr>
</table>
</body>
</html>