Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 5e43f5d92fadaa0a1cc4664249b615d0 > files > 2619

xalan-c-doc-1.1-8mdk.i586.rpm

<HTML><HEAD><TITLE>Xalan-C++ API Documentation</TITLE></HEAD>
<BODY>
<h2 align="center">Xalan-C++ API Documentation</h2>
<h3 align="center">The Xalan C++ XSL Transformer Version 1.1</h3>
</BODY>
<!-- Generated by Doxygen 1.2.0 on Thu Feb 15 10:50:27 2001 -->
<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>XPathProcessor  Class Reference</h1><code>#include &lt;<a class="el" href="XPathProcessor.hpp-source.html">XPathProcessor.hpp</a>&gt;</code>
<p>
Inheritance diagram for XPathProcessor<p><center><img src="class_xpathprocessor_inherit_graph.gif" border="0" usemap="#XPathProcessor_inherit_map" alt="Inheritance graph"></center>
<map name="XPathProcessor_inherit_map">
<area href="class_xpathprocessorimpl.html" shape="rect" coords="0,66,123,85">
</map><p>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="class_xpathprocessor-members.html">List of all members.</a><h2>Public Methods</h2>
<ul>
<li><a class="el" href="class_xpathprocessor.html#a0">XPathProcessor</a> ()
<li>virtual <a class="el" href="class_xpathprocessor.html#a1">~XPathProcessor</a> ()
<li>virtual void <a class="el" href="class_xpathprocessor.html#a2">initXPath</a> ( <a class="el" href="class_xpath.html">XPath</a>&amp; pathObj, const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; expression, const <a class="el" href="class_prefixresolver.html">PrefixResolver</a>&amp; resolver, const <a class="el" href="class_xpathenvsupport.html">XPathEnvSupport</a>&amp; envSupport) = 0
<dl class="el"><dd><font size=-1><em>Given a string, make an <a class="el" href="class_xpath.html">XPath</a> object, in order that a parse doesn't have to be done each time the expression is executed.</em> <a href="#a2">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="class_xpathprocessor.html#a3">initMatchPattern</a> ( <a class="el" href="class_xpath.html">XPath</a>&amp; pathObj, const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; expression, const <a class="el" href="class_prefixresolver.html">PrefixResolver</a>&amp; resolver, const <a class="el" href="class_xpathenvsupport.html">XPathEnvSupport</a>&amp; envSupport) = 0
<dl class="el"><dd><font size=-1><em>Given a string, create an XSLT Match Pattern object.</em> <a href="#a3">More...</a><em><br><br></em></font></dl></ul>
<h2>Static Public Methods</h2>
<ul>
<li>void <a class="el" href="class_xpathprocessor.html#d0">installFunction</a> ( const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; theFunctionName, const <a class="el" href="class_function.html">Function</a>&amp; theFunction)
<dl class="el"><dd><font size=-1><em>Given a string, and a reference to a function object, install the function with the given name.</em> <a href="#d0">More...</a><em><br><br></em></font></dl></ul>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="XPathProcessor::XPathProcessor"></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> 
XPathProcessor::XPathProcessor (
          </b></td>
          <td valign="bottom"><b>
)<code> [explicit]</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="a1" doxytag="XPathProcessor::~XPathProcessor"></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> 
virtual XPathProcessor::~XPathProcessor (
          </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>
<hr><h2>Member Function Documentation</h2>
<a name="a3" doxytag="XPathProcessor::initMatchPattern"></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> 
void XPathProcessor::initMatchPattern (
          </b></td>
          <td valign="bottom"><b>
<a class="el" href="class_xpath.html">XPath</a> &amp; <em>pathObj</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
const <a class="el" href="class_xalandomstring.html">XalanDOMString</a> &amp; <em>expression</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
const <a class="el" href="class_prefixresolver.html">PrefixResolver</a> &amp; <em>prefixResolver</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
const <a class="el" href="class_xpathenvsupport.html">XPathEnvSupport</a> &amp; <em>envSupport</em>&nbsp;)<code> [pure virtual]</code>
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Given a string, create an XSLT Match Pattern object.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>pathObj</em>
&nbsp;</td><td>
 <a class="el" href="class_xpath.html">XPath</a> object to be initialized </td></tr>
<tr><td valign=top><em>expression</em>
&nbsp;</td><td>
 expression that will be evaluated </td></tr>
<tr><td valign=top><em>resolver</em>
&nbsp;</td><td>
 prefix resolver to use </td></tr>
<tr><td valign=top><em>xobjectFactory</em>
&nbsp;</td><td>
 factory class instance for XObjects </td></tr>
<tr><td valign=top><em>envSupport</em>
&nbsp;</td><td>
 <a class="el" href="class_xpath.html">XPath</a> environment support class instance </td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="class_xpathprocessorimpl.html#a3">XPathProcessorImpl</a>.    </td>
  </tr>
</table>
<a name="a2" doxytag="XPathProcessor::initXPath"></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> 
void XPathProcessor::initXPath (
          </b></td>
          <td valign="bottom"><b>
<a class="el" href="class_xpath.html">XPath</a> &amp; <em>pathObj</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
const <a class="el" href="class_xalandomstring.html">XalanDOMString</a> &amp; <em>expression</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
const <a class="el" href="class_prefixresolver.html">PrefixResolver</a> &amp; <em>prefixResolver</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
const <a class="el" href="class_xpathenvsupport.html">XPathEnvSupport</a> &amp; <em>envSupport</em>&nbsp;)<code> [pure virtual]</code>
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Given a string, make an <a class="el" href="class_xpath.html">XPath</a> object, in order that a parse doesn't have to be done each time the expression is executed.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>pathObj</em>
&nbsp;</td><td>
 <a class="el" href="class_xpath.html">XPath</a> object to be initialized </td></tr>
<tr><td valign=top><em>expression</em>
&nbsp;</td><td>
 expression that will be evaluated </td></tr>
<tr><td valign=top><em>resolver</em>
&nbsp;</td><td>
 prefix resolver to use </td></tr>
<tr><td valign=top><em>xobjectFactory</em>
&nbsp;</td><td>
 factory class instance for XObjects </td></tr>
<tr><td valign=top><em>envSupport</em>
&nbsp;</td><td>
 <a class="el" href="class_xpath.html">XPath</a> environment support class instance </td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="class_xpathprocessorimpl.html#a2">XPathProcessorImpl</a>.    </td>
  </tr>
</table>
<a name="d0" doxytag="XPathProcessor::installFunction"></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> 
void XPathProcessor::installFunction (
          </b></td>
          <td valign="bottom"><b>
const <a class="el" href="class_xalandomstring.html">XalanDOMString</a> &amp; <em>theFunctionName</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
const <a class="el" href="class_function.html">Function</a> &amp; <em>theFunction</em>&nbsp;)<code> [static]</code>
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Given a string, and a reference to a function object, install the function with the given name.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theFunctionName</em>
&nbsp;</td><td>
 name of function </td></tr>
<tr><td valign=top><em>theFunction</em>
&nbsp;</td><td>
 function object corresponding to name </td></tr>
</table>
</dl>    </td>
  </tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XPathProcessor.hpp-source.html">XPathProcessor.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="images/dot.gif" width="1"></TD></TR></TABLE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="80%">
	<TR>
		<TD WIDTH="80%" VALIGN="TOP">
			<P ALIGN="CENTER"><B>Xalan-C++ XSL Transformer Version 1.1</B><BR>
			Copyright &copy; 2000, 2001 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">
		</TD>
	</TR>
</TABLE>