Sophie

Sophie

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

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:35:30 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>XMLParserLiaison  Class Reference</h1><code>#include &lt;<a class="el" href="XMLParserLiaison.hpp-source.html">XMLParserLiaison.hpp</a>&gt;</code>
<p>
<p>Inheritance diagram for XMLParserLiaison:
<p><center><img src="class_xmlparserliaison.gif" usemap="#XMLParserLiaison_map" border="0"></center>
<map name="XMLParserLiaison_map"><p>
<area href="class_resettable.html" alt="Resettable" shape="rect" coords="100,0,290,24">
<area href="class_xalansourcetreeparserliaison.html" alt="XalanSourceTreeParserLiaison" shape="rect" coords="0,112,190,136">
<area href="class_xercesparserliaison.html" alt="XercesParserLiaison" shape="rect" coords="200,112,390,136">
</map>
Collaboration diagram for XMLParserLiaison:<p><center><img src="class_xmlparserliaison_coll_graph.gif" border="0" usemap="#XMLParserLiaison_impl_map"></center>
<map name="XMLParserLiaison_impl_map">
<area href="class_resettable.html" shape="rect" coords="29,37,99,16">
</map><p>
<a href="class_xmlparserliaison-members.html">List of all members.</a><h2>Public Methods</h2>
<ul>
<li><a class="el" href="class_xmlparserliaison.html#a0">XMLParserLiaison</a> ()
<li>virtual <a class="el" href="class_xmlparserliaison.html#a1">~XMLParserLiaison</a> ()
<li>virtual void <a class="el" href="class_xmlparserliaison.html#a2">reset</a> () = 0
<dl class="el"><dd><font size=-1><em>Reset the instance.</em></font></dl><li>virtual <a class="el" href="class_executioncontext.html">ExecutionContext</a>* <a class="el" href="class_xmlparserliaison.html#a3">getExecutionContext</a> () const = 0
<li>virtual void <a class="el" href="class_xmlparserliaison.html#a4">setExecutionContext</a> (<a class="el" href="class_executioncontext.html">ExecutionContext</a>&amp; theContext) = 0
<li>virtual <a class="el" href="class_xalandocument.html">XalanDocument</a>* <a class="el" href="class_xmlparserliaison.html#a5">parseXMLStream</a> ( const <a class="el" href="class_inputsource.html">InputSource</a>&amp; inputSource, const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; identifier = <a class="el" href="class_xalandomstring.html">XalanDOMString</a>()) = 0
<dl class="el"><dd><font size=-1><em>Parse the text pointed at by the reader as XML, and return a DOM Document interface.</em> <a href="#a5">More...</a><em></em></font></dl><li>virtual void <a class="el" href="class_xmlparserliaison.html#a6">parseXMLStream</a> ( const <a class="el" href="class_inputsource.html">InputSource</a>&amp; inputSource, <a class="el" href="class_documenthandler.html">DocumentHandler</a>&amp; handler, const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; identifier = <a class="el" href="class_xalandomstring.html">XalanDOMString</a>()) = 0
<dl class="el"><dd><font size=-1><em>Parse the text pointed at by the reader as XML.</em> <a href="#a6">More...</a><em></em></font></dl><li>virtual <a class="el" href="class_xalandocument.html">XalanDocument</a>* <a class="el" href="class_xmlparserliaison.html#a7">createDocument</a> () = 0
<dl class="el"><dd><font size=-1><em>Create an empty DOM Document.</em> <a href="#a7">More...</a><em></em></font></dl><li>virtual <a class="el" href="class_xalandocument.html">XalanDocument</a>* <a class="el" href="class_xmlparserliaison.html#a8">createDOMFactory</a> () = 0
<dl class="el"><dd><font size=-1><em>Get a factory object required to create nodes in the result tree.</em> <a href="#a8">More...</a><em></em></font></dl><li>virtual void <a class="el" href="class_xmlparserliaison.html#a9">destroyDocument</a> (<a class="el" href="class_xalandocument.html">XalanDocument</a>* theDocument) = 0
<dl class="el"><dd><font size=-1><em>Destroy the supplied <a class="el" href="class_xalandocument.html">XalanDocument</a> instance.</em> <a href="#a9">More...</a><em></em></font></dl><li>virtual int <a class="el" href="class_xmlparserliaison.html#a10">getIndent</a> () const = 0
<dl class="el"><dd><font size=-1><em>Get the amount to indent when indent-result="yes".</em> <a href="#a10">More...</a><em></em></font></dl><li>virtual void <a class="el" href="class_xmlparserliaison.html#a11">setIndent</a> (int i) = 0
<dl class="el"><dd><font size=-1><em>Set the amount to indent when indent-result="yes".</em> <a href="#a11">More...</a><em></em></font></dl><li>virtual bool <a class="el" href="class_xmlparserliaison.html#a12">getUseValidation</a> () const = 0
<dl class="el"><dd><font size=-1><em>Get whether or not validation will be performed.</em> <a href="#a12">More...</a><em></em></font></dl><li>virtual void <a class="el" href="class_xmlparserliaison.html#a13">setUseValidation</a> (bool b) = 0
<dl class="el"><dd><font size=-1><em>If set to true, validation will be performed.</em> <a href="#a13">More...</a><em></em></font></dl><li>virtual const <a class="el" href="class_xalandomstring.html">XalanDOMString</a> <a class="el" href="class_xmlparserliaison.html#a14">getParserDescription</a> () const = 0
<dl class="el"><dd><font size=-1><em>Return a string suitable for telling the user what parser is being used.</em> <a href="#a14">More...</a><em></em></font></dl><li>virtual EntityResolver* <a class="el" href="class_xmlparserliaison.html#a15">getEntityResolver</a> () const = 0
<dl class="el"><dd><font size=-1><em>This method returns the installed entity resolver.</em> <a href="#a15">More...</a><em></em></font></dl><li>virtual void <a class="el" href="class_xmlparserliaison.html#a16">setEntityResolver</a> (EntityResolver* resolver) = 0
<dl class="el"><dd><font size=-1><em>This method installs the user specified entity resolver on the parser.</em> <a href="#a16">More...</a><em></em></font></dl><li>virtual <a class="el" href="class_errorhandler.html">ErrorHandler</a>* <a class="el" href="class_xmlparserliaison.html#a17">getErrorHandler</a> () const = 0
<dl class="el"><dd><font size=-1><em>This method returns the installed error handler.</em> <a href="#a17">More...</a><em></em></font></dl><li>virtual void <a class="el" href="class_xmlparserliaison.html#a18">setErrorHandler</a> (<a class="el" href="class_errorhandler.html">ErrorHandler</a>* handler) = 0
<dl class="el"><dd><font size=-1><em>This method installs the user-specified error handler.</em> <a href="#a18">More...</a><em></em></font></dl></ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>

<p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="XMLParserLiaison::XMLParserLiaison"><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>
XMLParserLiaison::XMLParserLiaison ()</b></td></tr>

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

<p>
</div>
<a name="a1" doxytag="XMLParserLiaison::~XMLParserLiaison"><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 XMLParserLiaison::~XMLParserLiaison ()<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="a8" doxytag="XMLParserLiaison::createDOMFactory"><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>
<a class="el" href="class_xalandocument.html">XalanDocument</a> * XMLParserLiaison::createDOMFactory ()<code> [pure virtual]</code></b></td></tr>

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

<p>
Get a factory object required to create nodes in the result tree.
<p>
The liaison owns the <a class="el" href="class_xalandocument.html">XalanDocument</a> instance, and will delete it when
 when asked (see DestroyDocument()), or when the liaison is reset, or
 goes out of scope.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
 A <a class="el" href="class_xalandocument.html">XalanDocument</a> instance.
</dl>
<p>
Reimplemented in <a class="el" href="class_xalansourcetreeparserliaison.html#a11">XalanSourceTreeParserLiaison</a>, and <a class="el" href="class_xercesparserliaison.html#a9">XercesParserLiaison</a>.</div>
<a name="a7" doxytag="XMLParserLiaison::createDocument"><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>
<a class="el" href="class_xalandocument.html">XalanDocument</a> * XMLParserLiaison::createDocument ()<code> [pure virtual]</code></b></td></tr>

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

<p>
Create an empty DOM Document.
<p>
Mainly used for creating an 
 output document.
<p>
The liaison owns the <a class="el" href="class_xalandocument.html">XalanDocument</a> instance, and will delete it when
 when asked (see DestroyDocument()), or when the liaison is reset, or
 goes out of scope.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
 DOM document created
</dl>
<p>
Reimplemented in <a class="el" href="class_xalansourcetreeparserliaison.html#a10">XalanSourceTreeParserLiaison</a>, and <a class="el" href="class_xercesparserliaison.html#a8">XercesParserLiaison</a>.</div>
<a name="a9" doxytag="XMLParserLiaison::destroyDocument"><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>
void XMLParserLiaison::destroyDocument (
</b></td>
<td><b>
<a class="el" href="class_xalandocument.html">XalanDocument</a> * <em>theDocument</em>)<code> [pure virtual]</code></b></td></tr>

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

<p>
Destroy the supplied <a class="el" href="class_xalandocument.html">XalanDocument</a> instance.
<p>
It must be an instance that
 was created by a previous call to <a class="el" href="class_xmlparserliaison.html#a7">createDocument</a>() or getDOMFactory().
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theDocument</em>
&nbsp;</td><td>
 The <a class="el" href="class_xalandocument.html">XalanDocument</a> instance to destroy.
</td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="class_xalansourcetreeparserliaison.html#a12">XalanSourceTreeParserLiaison</a>, and <a class="el" href="class_xercesparserliaison.html#a10">XercesParserLiaison</a>.</div>
<a name="a15" doxytag="XMLParserLiaison::getEntityResolver"><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>
EntityResolver * XMLParserLiaison::getEntityResolver () const<code> [pure virtual]</code></b></td></tr>

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

<p>
This method returns the installed entity resolver.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
 The pointer to the installed entity resolver object.
</dl>
<p>
Reimplemented in <a class="el" href="class_xalansourcetreeparserliaison.html#a18">XalanSourceTreeParserLiaison</a>, and <a class="el" href="class_xercesparserliaison.html#a16">XercesParserLiaison</a>.</div>
<a name="a17" doxytag="XMLParserLiaison::getErrorHandler"><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>
<a class="el" href="class_errorhandler.html">ErrorHandler</a> * XMLParserLiaison::getErrorHandler () const<code> [pure virtual]</code></b></td></tr>

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

<p>
This method returns the installed error handler.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
 The pointer to the installed error handler object.
</dl>
<p>
Reimplemented in <a class="el" href="class_xalansourcetreeparserliaison.html#a23">XalanSourceTreeParserLiaison</a>, and <a class="el" href="class_xercesparserliaison.html#a20">XercesParserLiaison</a>.</div>
<a name="a3" doxytag="XMLParserLiaison::getExecutionContext"><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 <a class="el" href="class_executioncontext.html">ExecutionContext</a>* XMLParserLiaison::getExecutionContext () const<code> [pure virtual]</code></b></td></tr>

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

<p>

<p>
Reimplemented in <a class="el" href="class_xalansourcetreeparserliaison.html#a6">XalanSourceTreeParserLiaison</a>, and <a class="el" href="class_xercesparserliaison.html#a4">XercesParserLiaison</a>.</div>
<a name="a10" doxytag="XMLParserLiaison::getIndent"><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>
int XMLParserLiaison::getIndent () const<code> [pure virtual]</code></b></td></tr>

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

<p>
Get the amount to indent when indent-result="yes".
<p>
<dl compact><dt>
<b>Deprecated: </b><dd>

<p>
</dl><dl compact><dt>
<b>Returns: </b><dd>
 number of characters to indent
</dl>
<p>
Reimplemented in <a class="el" href="class_xalansourcetreeparserliaison.html#a13">XalanSourceTreeParserLiaison</a>, and <a class="el" href="class_xercesparserliaison.html#a11">XercesParserLiaison</a>.</div>
<a name="a14" doxytag="XMLParserLiaison::getParserDescription"><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_xalandomstring.html">XalanDOMString</a> XMLParserLiaison::getParserDescription () const<code> [pure virtual]</code></b></td></tr>

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

<p>
Return a string suitable for telling the user what parser is being used.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
 string describing parser
</dl>
<p>
Reimplemented in <a class="el" href="class_xalansourcetreeparserliaison.html#a17">XalanSourceTreeParserLiaison</a>, and <a class="el" href="class_xercesparserliaison.html#a15">XercesParserLiaison</a>.</div>
<a name="a12" doxytag="XMLParserLiaison::getUseValidation"><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>
bool XMLParserLiaison::getUseValidation () const<code> [pure virtual]</code></b></td></tr>

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

<p>
Get whether or not validation will be performed.
<p>
Validation is off by
 default.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
 true to perform validation
</dl>
<p>
Reimplemented in <a class="el" href="class_xalansourcetreeparserliaison.html#a15">XalanSourceTreeParserLiaison</a>, and <a class="el" href="class_xercesparserliaison.html#a13">XercesParserLiaison</a>.</div>
<a name="a6" doxytag="XMLParserLiaison::parseXMLStream"><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>
void XMLParserLiaison::parseXMLStream (
</b></td>
<td><b>
const <a class="el" href="class_inputsource.html">InputSource</a> &amp; <em>urlInputSource</em>, </b></td></tr>
<tr><td></td><td><b>
<a class="el" href="class_documenthandler.html">DocumentHandler</a> &amp; <em>handler</em>, </b></td></tr>
<tr><td></td><td><b>
const <a class="el" href="class_xalandomstring.html">XalanDOMString</a> &amp; <em>identifier</em> = <a class="el" href="class_xalandomstring.html">XalanDOMString</a>())<code> [pure virtual]</code></b></td></tr>

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

<p>
Parse the text pointed at by the reader as XML.
<p>
It is recommended that
 you pass in some sort of recognizable name, such as the filename or URI,
 with which the reader can be recognized if the parse fails.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>inputSource</em>
&nbsp;</td><td>
 input source that should hold valid XML
 </td></tr>
<tr><td valign=top><em>handler</em>
&nbsp;</td><td>
 instance of a <a class="el" href="class_documenthandler.html">DocumentHandler</a>
 </td></tr>
<tr><td valign=top><em>identifier</em>
&nbsp;</td><td>
 used for diagnostic purposes only, some sort of
 identification for error reporting, default an
 empty string
</td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="class_xalansourcetreeparserliaison.html#a9">XalanSourceTreeParserLiaison</a>, and <a class="el" href="class_xercesparserliaison.html#a7">XercesParserLiaison</a>.</div>
<a name="a5" doxytag="XMLParserLiaison::parseXMLStream"><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>
<a class="el" href="class_xalandocument.html">XalanDocument</a> * XMLParserLiaison::parseXMLStream (
</b></td>
<td><b>
const <a class="el" href="class_inputsource.html">InputSource</a> &amp; <em>reader</em>, </b></td></tr>
<tr><td></td><td><b>
const <a class="el" href="class_xalandomstring.html">XalanDOMString</a> &amp; <em>identifier</em> = <a class="el" href="class_xalandomstring.html">XalanDOMString</a>())<code> [pure virtual]</code></b></td></tr>

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

<p>
Parse the text pointed at by the reader as XML, and return a DOM Document interface.
<p>
It is recommended that you pass in some sort of
 recognizable name, such as the filename or URI, with which the reader
 can be recognized if the parse fails.
<p>
The liaison owns the <a class="el" href="class_xalandocument.html">XalanDocument</a> instance, and will delete it when
 when asked (see DestroyDocument()), or when the liaison is reset, or
 goes out of scope.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>reader</em>
&nbsp;</td><td>
 stream that should hold valid XML
 </td></tr>
<tr><td valign=top><em>identifier</em>
&nbsp;</td><td>
 used for diagnostic purposes only, some sort of
 identification for error reporting, default an empty
 string
 </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
 DOM document created
</dl>
<p>
Reimplemented in <a class="el" href="class_xalansourcetreeparserliaison.html#a8">XalanSourceTreeParserLiaison</a>, and <a class="el" href="class_xercesparserliaison.html#a6">XercesParserLiaison</a>.</div>
<a name="a2" doxytag="XMLParserLiaison::reset"><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 void XMLParserLiaison::reset ()<code> [pure virtual]</code></b></td></tr>

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

<p>
Reset the instance.
<p>

<p>
Reimplemented from <a class="el" href="class_resettable.html#a2">Resettable</a>.
<p>
Reimplemented in <a class="el" href="class_xalansourcetreeparserliaison.html#a5">XalanSourceTreeParserLiaison</a>, and <a class="el" href="class_xercesparserliaison.html#a3">XercesParserLiaison</a>.</div>
<a name="a16" doxytag="XMLParserLiaison::setEntityResolver"><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>
void XMLParserLiaison::setEntityResolver (
</b></td>
<td><b>
EntityResolver * <em>resolver</em>)<code> [pure virtual]</code></b></td></tr>

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

<p>
This method installs the user specified entity resolver on the parser.
<p>
It allows applications to trap and redirect calls to
 external entities.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>handler</em>
&nbsp;</td><td>
 A pointer to the entity resolver to be called
 when the parser comes across references to
 entities in the XML file.
</td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="class_xalansourcetreeparserliaison.html#a19">XalanSourceTreeParserLiaison</a>, and <a class="el" href="class_xercesparserliaison.html#a17">XercesParserLiaison</a>.</div>
<a name="a18" doxytag="XMLParserLiaison::setErrorHandler"><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>
void XMLParserLiaison::setErrorHandler (
</b></td>
<td><b>
<a class="el" href="class_errorhandler.html">ErrorHandler</a> * <em>handler</em>)<code> [pure virtual]</code></b></td></tr>

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

<p>
This method installs the user-specified error handler.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>handler</em>
&nbsp;</td><td>
 A pointer to the error handler to be called upon error.
</td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="class_xalansourcetreeparserliaison.html#a24">XalanSourceTreeParserLiaison</a>, and <a class="el" href="class_xercesparserliaison.html#a21">XercesParserLiaison</a>.</div>
<a name="a4" doxytag="XMLParserLiaison::setExecutionContext"><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 void XMLParserLiaison::setExecutionContext (
</b></td>
<td><b>
<a class="el" href="class_executioncontext.html">ExecutionContext</a> &amp; <em>theContext</em>)<code> [pure virtual]</code></b></td></tr>

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

<p>

<p>
Reimplemented in <a class="el" href="class_xalansourcetreeparserliaison.html#a7">XalanSourceTreeParserLiaison</a>, and <a class="el" href="class_xercesparserliaison.html#a5">XercesParserLiaison</a>.</div>
<a name="a11" doxytag="XMLParserLiaison::setIndent"><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>
void XMLParserLiaison::setIndent (
</b></td>
<td><b>
int <em>i</em>)<code> [pure virtual]</code></b></td></tr>

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

<p>
Set the amount to indent when indent-result="yes".
<p>
<dl compact><dt>
<b>Deprecated: </b><dd>

<p>
</dl><dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>i</em>
&nbsp;</td><td>
 number of characters to indent
</td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="class_xalansourcetreeparserliaison.html#a14">XalanSourceTreeParserLiaison</a>, and <a class="el" href="class_xercesparserliaison.html#a12">XercesParserLiaison</a>.</div>
<a name="a13" doxytag="XMLParserLiaison::setUseValidation"><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>
void XMLParserLiaison::setUseValidation (
</b></td>
<td><b>
bool <em>b</em>)<code> [pure virtual]</code></b></td></tr>

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

<p>
If set to true, validation will be performed.
<p>
Validation is off by
 default.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>b</em>
&nbsp;</td><td>
 true to perform validation
</td></tr>
</table>
</dl>
<p>
Reimplemented in <a class="el" href="class_xalansourcetreeparserliaison.html#a16">XalanSourceTreeParserLiaison</a>, and <a class="el" href="class_xercesparserliaison.html#a14">XercesParserLiaison</a>.</div>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XMLParserLiaison.hpp.html">XMLParserLiaison.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>