Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 3c90d4f0807cc46df5c0517e9fe40564 > files > 1489

xalan-c-doc-1.4-2mdk.ppc.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++ XSLT Processor Version 1.4</h3>
</BODY>
<!-- Generated by Doxygen 1.1.2 on Mon Sep 16 08:31:07 2002 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</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>ElemWithParam  Class Reference</h1><code>#include &lt;<a class="el" href="ElemWithParam.hpp-source.html">ElemWithParam.hpp</a>&gt;</code>
<p>
<p>Inheritance diagram for ElemWithParam:
<p><center><img src="class_elemwithparam.gif" usemap="#ElemWithParam_map" border="0"></center>
<map name="ElemWithParam_map"><p>
<area href="class_elemtemplateelement.html" alt="ElemTemplateElement" shape="rect" coords="71,112,204,136">
<area href="class_xalanelement.html" alt="XalanElement" shape="rect" coords="0,56,133,80">
<area href="class_prefixresolver.html" alt="PrefixResolver" shape="rect" coords="143,56,276,80">
<area href="class_xalannode.html" alt="XalanNode" shape="rect" coords="0,0,133,24">
</map>
Collaboration diagram for ElemWithParam:<p><center><img src="class_elemwithparam_coll_graph.gif" border="0" usemap="#ElemWithParam_impl_map"></center>
<map name="ElemWithParam_impl_map">
<area href="class_elemtemplateelement.html" shape="rect" coords="19,120,160,99">
<area href="class_xalanqnamebyvalue.html" shape="rect" coords="21,179,157,157">
<area href="class_xpath.html" shape="rect" coords="67,248,112,227">
</map><p>
<a href="class_elemwithparam-members.html">List of all members.</a><h2>Public Methods</h2>
<ul>
<li><a class="el" href="class_elemwithparam.html#a0">ElemWithParam</a> ( <a class="el" href="class_stylesheetconstructioncontext.html">StylesheetConstructionContext</a>&amp; constructionContext, <a class="el" href="class_stylesheet.html">Stylesheet</a>&amp; stylesheetTree, const <a class="el" href="class_attributelist.html">AttributeList</a>&amp; atts, int lineNumber, int columnNumber)
<dl class="el"><dd><font size=-1><em>Construct an object corresponding to an "xsl:with-param" element.</em> <a href="#a0">More...</a><em></em></font></dl><li>virtual <a class="el" href="class_elemwithparam.html#a1">~ElemWithParam</a> ()
<li>const <a class="el" href="class_xalanqname.html">XalanQName</a>&amp; <a class="el" href="class_elemwithparam.html#a2">getQName</a> () const
<dl class="el"><dd><font size=-1><em>Retrieves qualified name of object.</em> <a href="#a2">More...</a><em></em></font></dl><li>const <a class="el" href="class_xpath.html">XPath</a>* <a class="el" href="class_elemwithparam.html#a3">getSelectPattern</a> () const
<dl class="el"><dd><font size=-1><em>Retrieve <a class="el" href="class_xpath.html">XPath</a> corresponding to "select" attribute.</em> <a href="#a3">More...</a><em></em></font></dl><li>virtual const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; <a class="el" href="class_elemwithparam.html#a4">getElementName</a> () const
</ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>

<p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="ElemWithParam::ElemWithParam"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
ElemWithParam::ElemWithParam (
</b></td>
<td><b>
<a class="el" href="class_stylesheetconstructioncontext.html">StylesheetConstructionContext</a> &amp; <em>constructionContext</em>, </b></td></tr>
<tr><td></td><td><b>
<a class="el" href="class_stylesheet.html">Stylesheet</a> &amp; <em>stylesheetTree</em>, </b></td></tr>
<tr><td></td><td><b>
const <a class="el" href="class_attributelist.html">AttributeList</a> &amp; <em>atts</em>, </b></td></tr>
<tr><td></td><td><b>
int <em>lineNumber</em>, </b></td></tr>
<tr><td></td><td><b>
int <em>columnNumber</em>)</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
Construct an object corresponding to an "xsl:with-param" element.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>constructionContext</em>
&nbsp;</td><td>
 context for construction of object
 </td></tr>
<tr><td valign=top><em>stylesheetTree</em>
&nbsp;</td><td>
 stylesheet containing element
 </td></tr>
<tr><td valign=top><em>atts</em>
&nbsp;</td><td>
 list of attributes for element
 </td></tr>
<tr><td valign=top><em>lineNumber</em>
&nbsp;</td><td>
 line number in document
 </td></tr>
<tr><td valign=top><em>columnNumber</em>
&nbsp;</td><td>
 column number in document
</td></tr>
</table>
</dl></div>
<a name="a1" doxytag="ElemWithParam::~ElemWithParam"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
virtual ElemWithParam::~ElemWithParam ()<code> [virtual]</code></b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
</div>
<hr><h2>Member Function Documentation</h2>
<a name="a4" doxytag="ElemWithParam::getElementName"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
virtual const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; ElemWithParam::getElementName () const<code> [virtual]</code></b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>

<p>
Reimplemented from <a class="el" href="class_elemtemplateelement.html#a17">ElemTemplateElement</a>.</div>
<a name="a2" doxytag="ElemWithParam::getQName"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
const <a class="el" href="class_xalanqname.html">XalanQName</a> &amp; ElemWithParam::getQName () const</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
Retrieves qualified name of object.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
 qualified name
</dl></div>
<a name="a3" doxytag="ElemWithParam::getSelectPattern"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
const <a class="el" href="class_xpath.html">XPath</a> * ElemWithParam::getSelectPattern () const</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
Retrieve <a class="el" href="class_xpath.html">XPath</a> corresponding to "select" attribute.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
 pointer to <a class="el" href="class_xpath.html">XPath</a> for select pattern
</dl></div>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="ElemWithParam.hpp.html">ElemWithParam.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++ XSLT Processor Version 1.4</B><BR>
			Copyright &copy; 2000, 2001, 2002 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>