Sophie

Sophie

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

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:44:11 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>XercesCDATASectionBridge.hpp</h1><a href="XercesCDATASectionBridge.hpp.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <font class="comment">/*
</font>00002 <font class="comment"> * The Apache Software License, Version 1.1
</font>00003 <font class="comment"> *
</font>00004 <font class="comment"> *
</font>00005 <font class="comment"> * Copyright (c) 1999 The Apache Software Foundation.  All rights 
</font>00006 <font class="comment"> * reserved.
</font>00007 <font class="comment"> *
</font>00008 <font class="comment"> * Redistribution and use in source and binary forms, with or without
</font>00009 <font class="comment"> * modification, are permitted provided that the following conditions
</font>00010 <font class="comment"> * are met:
</font>00011 <font class="comment"> *
</font>00012 <font class="comment"> * 1. Redistributions of source code must retain the above copyright
</font>00013 <font class="comment"> *    notice, this list of conditions and the following disclaimer. 
</font>00014 <font class="comment"> *
</font>00015 <font class="comment"> * 2. Redistributions in binary form must reproduce the above copyright
</font>00016 <font class="comment"> *    notice, this list of conditions and the following disclaimer in
</font>00017 <font class="comment"> *    the documentation and/or other materials provided with the
</font>00018 <font class="comment"> *    distribution.
</font>00019 <font class="comment"> *
</font>00020 <font class="comment"> * 3. The end-user documentation included with the redistribution,
</font>00021 <font class="comment"> *    if any, must include the following acknowledgment:  
</font>00022 <font class="comment"> *       "This product includes software developed by the
</font>00023 <font class="comment"> *        Apache Software Foundation (http://www.apache.org/)."
</font>00024 <font class="comment"> *    Alternately, this acknowledgment may appear in the software itself,
</font>00025 <font class="comment"> *    if and wherever such third-party acknowledgments normally appear.
</font>00026 <font class="comment"> *
</font>00027 <font class="comment"> * 4. The names "Xalan" and "Apache Software Foundation" must
</font>00028 <font class="comment"> *    not be used to endorse or promote products derived from this
</font>00029 <font class="comment"> *    software without prior written permission. For written 
</font>00030 <font class="comment"> *    permission, please contact apache@apache.org.
</font>00031 <font class="comment"> *
</font>00032 <font class="comment"> * 5. Products derived from this software may not be called "Apache",
</font>00033 <font class="comment"> *    nor may "Apache" appear in their name, without prior written
</font>00034 <font class="comment"> *    permission of the Apache Software Foundation.
</font>00035 <font class="comment"> *
</font>00036 <font class="comment"> * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
</font>00037 <font class="comment"> * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
</font>00038 <font class="comment"> * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
</font>00039 <font class="comment"> * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
</font>00040 <font class="comment"> * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
</font>00041 <font class="comment"> * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
</font>00042 <font class="comment"> * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
</font>00043 <font class="comment"> * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
</font>00044 <font class="comment"> * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
</font>00045 <font class="comment"> * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
</font>00046 <font class="comment"> * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
</font>00047 <font class="comment"> * SUCH DAMAGE.
</font>00048 <font class="comment"> * ====================================================================
</font>00049 <font class="comment"> *
</font>00050 <font class="comment"> * This software consists of voluntary contributions made by many
</font>00051 <font class="comment"> * individuals on behalf of the Apache Software Foundation and was
</font>00052 <font class="comment"> * originally based on software copyright (c) 1999, International
</font>00053 <font class="comment"> * Business Machines, Inc., http://www.ibm.com.  For more
</font>00054 <font class="comment"> * information on the Apache Software Foundation, please see
</font>00055 <font class="comment"> * &lt;http://www.apache.org/&gt;.
</font>00056 <font class="comment"> */</font>
00057 <font class="preprocessor">#if !defined(XERCESCDATASECTIONBRIDGE_HEADER_GUARD_1357924680)
</font><a name="l00058"></a><a class="code" href="XercesCDATASectionBridge.hpp.html#a0">00058</a> <font class="preprocessor"></font><font class="preprocessor">#define XERCESCDATASECTIONBRIDGE_HEADER_GUARD_1357924680
</font>00059 <font class="preprocessor"></font>
00060 
00061 
00062 <font class="preprocessor">#include &lt;<a class="code" href="XercesParserLiaisonDefinitions.hpp.html">XercesParserLiaison/XercesParserLiaisonDefinitions.hpp</a>&gt;</font>
00063 
00064 
00065 
00066 <font class="preprocessor">#include &lt;dom/DOM_CDATASection.hpp&gt;</font>
00067 
00068 
00069 
00070 <font class="preprocessor">#include &lt;<a class="code" href="XalanCDATASection.hpp.html">XalanDOM/XalanCDATASection.hpp</a>&gt;</font>
00071 
00072 
00073 
00074 <font class="keyword">class </font><a class="code" href="class_xercesbridgenavigator.html">XercesBridgeNavigator</a>;
00075 
00076 
00077 
<a name="l00078"></a><a class="code" href="class_xercescdatasectionbridge.html">00078</a> <font class="keyword">class </font>XALAN_XERCESPARSERLIAISON_EXPORT <a class="code" href="class_xercescdatasectionbridge.html">XercesCDATASectionBridge</a> : <font class="keyword">public</font> <a class="code" href="class_xalancdatasection.html">XalanCDATASection</a>
00079 {
00080 <font class="keyword">public</font>:
00081 
00082     <a class="code" href="class_xercescdatasectionbridge.html#a0">XercesCDATASectionBridge</a>(
00083             <font class="keyword">const</font> DOM_CDATASection&amp;         theXercesCDATASection,
00084             <font class="keyword">const</font> <a class="code" href="class_xercesbridgenavigator.html">XercesBridgeNavigator</a>&amp;    theNavigator);
00085 
00086     <font class="keyword">virtual</font>
00087     <a class="code" href="class_xercescdatasectionbridge.html#a1">~XercesCDATASectionBridge</a>();
00088 
00089 
00093     <font class="keyword">virtual</font> <font class="keyword">const</font> <a class="code" href="class_xalandomstring.html">XalanDOMString</a>&amp;
00094     <a class="code" href="class_xalancdatasection.html#a2">getNodeName</a>() <font class="keyword">const</font>;
00095 
00099     <font class="keyword">virtual</font> <font class="keyword">const</font> <a class="code" href="class_xalandomstring.html">XalanDOMString</a>&amp;
00100     <a class="code" href="class_xalancdatasection.html#a3">getNodeValue</a>() <font class="keyword">const</font>;
00101 
00105     <font class="keyword">virtual</font> NodeType
00106     <a class="code" href="class_xalancdatasection.html#a4">getNodeType</a>() <font class="keyword">const</font>;
00107 
00117     <font class="keyword">virtual</font> <a class="code" href="class_xalannode.html">XalanNode</a>*
00118     <a class="code" href="class_xalancdatasection.html#a5">getParentNode</a>() <font class="keyword">const</font>;
00119 
00133     <font class="keyword">virtual</font> <font class="keyword">const</font> <a class="code" href="class_xalannodelist.html">XalanNodeList</a>*
00134     <a class="code" href="class_xalancdatasection.html#a6">getChildNodes</a>() <font class="keyword">const</font>;
00135 
00141     <font class="keyword">virtual</font> <a class="code" href="class_xalannode.html">XalanNode</a>*
00142     <a class="code" href="class_xalancdatasection.html#a7">getFirstChild</a>() <font class="keyword">const</font>;
00143 
00149     <font class="keyword">virtual</font> <a class="code" href="class_xalannode.html">XalanNode</a>*
00150     <a class="code" href="class_xalancdatasection.html#a8">getLastChild</a>() <font class="keyword">const</font>;
00151 
00157     <font class="keyword">virtual</font> <a class="code" href="class_xalannode.html">XalanNode</a>*
00158     <a class="code" href="class_xalancdatasection.html#a9">getPreviousSibling</a>() <font class="keyword">const</font>;
00159 
00165     <font class="keyword">virtual</font> <a class="code" href="class_xalannode.html">XalanNode</a>*
00166     <a class="code" href="class_xalancdatasection.html#a10">getNextSibling</a>() <font class="keyword">const</font>;
00167 
00172     <font class="keyword">virtual</font> <font class="keyword">const</font> <a class="code" href="class_xalannamednodemap.html">XalanNamedNodeMap</a>*
00173     <a class="code" href="class_xalancdatasection.html#a11">getAttributes</a>() <font class="keyword">const</font>;
00174 
00184     <font class="keyword">virtual</font> <a class="code" href="class_xalandocument.html">XalanDocument</a>*
00185     <a class="code" href="class_xalancdatasection.html#a12">getOwnerDocument</a>() <font class="keyword">const</font>;
00186 
00188 
00190 
00209 <font class="preprocessor">#if defined(XALAN_NO_COVARIANT_RETURN_TYPE)
</font>00210 <font class="preprocessor"></font>    <font class="keyword">virtual</font> <a class="code" href="class_xalannode.html">XalanNode</a>*
00211 <font class="preprocessor">#else
</font>00212 <font class="preprocessor"></font>    <font class="keyword">virtual</font> <a class="code" href="class_xercescdatasectionbridge.html">XercesCDATASectionBridge</a>*
00213 <font class="preprocessor">#endif
</font>00214 <font class="preprocessor"></font>    <a class="code" href="class_xalancdatasection.html#a13">cloneNode</a>(<font class="keywordtype">bool</font> deep) <font class="keyword">const</font>;
00215 
00217 
00219 
00236     <font class="keyword">virtual</font> <a class="code" href="class_xalannode.html">XalanNode</a>*
00237     <a class="code" href="class_xalancdatasection.html#a14">insertBefore</a>(
00238             <a class="code" href="class_xalannode.html">XalanNode</a>*  newChild,
00239             <a class="code" href="class_xalannode.html">XalanNode</a>*  refChild);
00240 
00254     <font class="keyword">virtual</font> <a class="code" href="class_xalannode.html">XalanNode</a>*
00255     <a class="code" href="class_xalancdatasection.html#a15">replaceChild</a>(
00256             <a class="code" href="class_xalannode.html">XalanNode</a>*  newChild,
00257             <a class="code" href="class_xalannode.html">XalanNode</a>*  oldChild);
00258 
00266     <font class="keyword">virtual</font> <a class="code" href="class_xalannode.html">XalanNode</a>*
00267     <a class="code" href="class_xalancdatasection.html#a16">removeChild</a>(<a class="code" href="class_xalannode.html">XalanNode</a>*  oldChild);
00268 
00280     <font class="keyword">virtual</font> <a class="code" href="class_xalannode.html">XalanNode</a>*
00281     <a class="code" href="class_xalancdatasection.html#a17">appendChild</a>(<a class="code" href="class_xalannode.html">XalanNode</a>*  newChild);
00282 
00284 
00286 
00294     <font class="keyword">virtual</font> <font class="keywordtype">bool</font>
00295     <a class="code" href="class_xalancdatasection.html#a18">hasChildNodes</a>() <font class="keyword">const</font>;
00296 
00297 
00299 
00301 
00302 
00316     <font class="keyword">virtual</font> <font class="keywordtype">void</font>
00317     <a class="code" href="class_xalancdatasection.html#a19">setNodeValue</a>(<font class="keyword">const</font> <a class="code" href="class_xalandomstring.html">XalanDOMString</a>&amp;      nodeValue);
00318 
00320 
00322 
00339     <font class="keyword">virtual</font> <font class="keywordtype">void</font>
00340     <a class="code" href="class_xalancdatasection.html#a20">normalize</a>();
00341 
00355     <font class="keyword">virtual</font> <font class="keywordtype">bool</font>
00356     <a class="code" href="class_xalancdatasection.html#a21">supports</a>(
00357             <font class="keyword">const</font> <a class="code" href="class_xalandomstring.html">XalanDOMString</a>&amp;   feature,
00358             <font class="keyword">const</font> <a class="code" href="class_xalandomstring.html">XalanDOMString</a>&amp;   version) <font class="keyword">const</font>;
00359 
00373     <font class="keyword">virtual</font> <font class="keyword">const</font> <a class="code" href="class_xalandomstring.html">XalanDOMString</a>&amp;
00374     <a class="code" href="class_xalancdatasection.html#a22">getNamespaceURI</a>() <font class="keyword">const</font>;
00375 
00380     <font class="keyword">virtual</font> <font class="keyword">const</font> <a class="code" href="class_xalandomstring.html">XalanDOMString</a>&amp;
00381     <a class="code" href="class_xalancdatasection.html#a23">getPrefix</a>() <font class="keyword">const</font>;
00382 
00390     <font class="keyword">virtual</font> <font class="keyword">const</font> <a class="code" href="class_xalandomstring.html">XalanDOMString</a>&amp;
00391     <a class="code" href="class_xalancdatasection.html#a24">getLocalName</a>() <font class="keyword">const</font>;
00392 
00422     <font class="keyword">virtual</font> <font class="keywordtype">void</font>
00423     <a class="code" href="class_xalancdatasection.html#a25">setPrefix</a>(<font class="keyword">const</font> <a class="code" href="class_xalandomstring.html">XalanDOMString</a>&amp;     prefix);
00424 
00425     <font class="keyword">virtual</font> <font class="keywordtype">bool</font>
00426     <a class="code" href="class_xalancdatasection.html#a26">isIndexed</a>() <font class="keyword">const</font>;
00427 
00428     <font class="keyword">virtual</font> <font class="keywordtype">unsigned</font> <font class="keywordtype">long</font>
00429     <a class="code" href="class_xalancdatasection.html#a27">getIndex</a>() <font class="keyword">const</font>;
00430 
00432 
00433     <font class="comment">// These interfaces are inherited from XalanCDATASection...</font>
00434 
00437 
00453     <font class="keyword">virtual</font> <font class="keyword">const</font> <a class="code" href="class_xalandomstring.html">XalanDOMString</a>&amp;
00454     <a class="code" href="class_xalancdatasection.html#a28">getData</a>() <font class="keyword">const</font>;
00455 
00463     <font class="keyword">virtual</font> <font class="keywordtype">unsigned</font> <font class="keywordtype">int</font>
00464     <a class="code" href="class_xalancdatasection.html#a29">getLength</a>() <font class="keyword">const</font>;
00465 
00481     <font class="keyword">virtual</font> <a class="code" href="class_xalandomstring.html">XalanDOMString</a>
00482     <a class="code" href="class_xalancdatasection.html#a30">substringData</a>(
00483             <font class="keywordtype">unsigned</font> <font class="keywordtype">int</font>    offset, 
00484             <font class="keywordtype">unsigned</font> <font class="keywordtype">int</font>    count) <font class="keyword">const</font>;
00485 
00487 
00489 
00498     <font class="keyword">virtual</font> <font class="keywordtype">void</font>
00499     <a class="code" href="class_xalancdatasection.html#a31">appendData</a>(<font class="keyword">const</font> <a class="code" href="class_xalandomstring.html">XalanDOMString</a>&amp;    arg);
00500 
00511     <font class="keyword">virtual</font> <font class="keywordtype">void</font>
00512     <a class="code" href="class_xalancdatasection.html#a32">insertData</a>(
00513             <font class="keywordtype">unsigned</font> <font class="keywordtype">int</font>            offset,
00514             <font class="keyword">const</font>  <a class="code" href="class_xalandomstring.html">XalanDOMString</a>&amp;  arg);
00515 
00532     <font class="keyword">virtual</font> <font class="keywordtype">void</font>
00533     <a class="code" href="class_xalancdatasection.html#a33">deleteData</a>(
00534             <font class="keywordtype">unsigned</font> <font class="keywordtype">int</font>    offset, 
00535             <font class="keywordtype">unsigned</font> <font class="keywordtype">int</font>    count);
00536 
00555     <font class="keyword">virtual</font> <font class="keywordtype">void</font>
00556     <a class="code" href="class_xalancdatasection.html#a34">replaceData</a>(
00557             <font class="keywordtype">unsigned</font> <font class="keywordtype">int</font>            offset, 
00558             <font class="keywordtype">unsigned</font> <font class="keywordtype">int</font>            count, 
00559             <font class="keyword">const</font> <a class="code" href="class_xalandomstring.html">XalanDOMString</a>&amp;   arg);
00560 
00562 
00564 
00566 
00584     <font class="keyword">virtual</font> <a class="code" href="class_xalantext.html">XalanText</a>*
00585     <a class="code" href="class_xalancdatasection.html#a35">splitText</a>(<font class="keywordtype">unsigned</font> <font class="keywordtype">int</font>  offset);
00586 
00588 
00589     <font class="keyword">virtual</font> <font class="keywordtype">bool</font>
00590     <a class="code" href="class_xalancdatasection.html#a36">isIgnorableWhitespace</a>() <font class="keyword">const</font>;
00591 
00592 <font class="keyword">private</font>:
00593 
00594     <font class="comment">// Not implemented...</font>
00595     <a class="code" href="class_xercescdatasectionbridge.html#a0">XercesCDATASectionBridge</a>(<font class="keyword">const</font> <a class="code" href="class_xercescdatasectionbridge.html">XercesCDATASectionBridge</a>&amp;    theSource);
00596 
00597     <a class="code" href="class_xercescdatasectionbridge.html">XercesCDATASectionBridge</a>&amp;
00598     <a class="code" href="class_xalancdatasection.html#b1">operator=</a>(<font class="keyword">const</font> <a class="code" href="class_xercescdatasectionbridge.html">XercesCDATASectionBridge</a>&amp;   theSource);
00599 
00600     <font class="keywordtype">bool</font>
00601     <a class="code" href="class_xalancdatasection.html#b2">operator==</a>(<font class="keyword">const</font> <a class="code" href="class_xercescdatasectionbridge.html">XercesCDATASectionBridge</a>&amp;  theRHS) <font class="keyword">const</font>;
00602 
00603     <font class="comment">// Data members...</font>
00604     DOM_CDATASection                m_xercesNode;
00605 
00606     <font class="keyword">const</font> <a class="code" href="class_xercesbridgenavigator.html">XercesBridgeNavigator</a>&amp;    m_navigator;
00607 };
00608 
00609 
00610 
00611 <font class="preprocessor">#endif  // !defined(XERCESCDATASECTIONBRIDGE_HEADER_GUARD_1357924680)
</font></div></pre><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>