Files
xerces-c-3.0.0/doc/html/apiDocs-3/XercesDOMParser_8hpp-source.html
jens adea0d681b Initial import
git-svn-id: http://moon:8086/svn/software/trunk/libsrc/xerces-c-3.0.0@1 b431acfa-c32f-4a4a-93f1-934dc6c82436
2014-07-19 07:44:42 +00:00

285 lines
31 KiB
HTML
Executable File

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Xerces-C++: XercesDOMParser.hpp Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="classes.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
</ul>
</div>
<h1>XercesDOMParser.hpp</h1><a href="XercesDOMParser_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one or more</span>
<a name="l00003"></a>00003 <span class="comment"> * contributor license agreements. See the NOTICE file distributed with</span>
<a name="l00004"></a>00004 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
<a name="l00005"></a>00005 <span class="comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</span>
<a name="l00006"></a>00006 <span class="comment"> * (the "License"); you may not use this file except in compliance with</span>
<a name="l00007"></a>00007 <span class="comment"> * the License. You may obtain a copy of the License at</span>
<a name="l00008"></a>00008 <span class="comment"> *</span>
<a name="l00009"></a>00009 <span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span>
<a name="l00010"></a>00010 <span class="comment"> *</span>
<a name="l00011"></a>00011 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
<a name="l00012"></a>00012 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span>
<a name="l00013"></a>00013 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
<a name="l00014"></a>00014 <span class="comment"> * See the License for the specific language governing permissions and</span>
<a name="l00015"></a>00015 <span class="comment"> * limitations under the License.</span>
<a name="l00016"></a>00016 <span class="comment"> */</span>
<a name="l00017"></a>00017
<a name="l00018"></a>00018 <span class="comment">/*</span>
<a name="l00019"></a>00019 <span class="comment"> * $Id: XercesDOMParser.hpp 673944 2008-07-04 07:53:16Z borisk $</span>
<a name="l00020"></a>00020 <span class="comment"> */</span>
<a name="l00021"></a>00021
<a name="l00022"></a>00022 <span class="preprocessor">#if !defined(XERCESC_INCLUDE_GUARD_XERCESDOMPARSER_HPP)</span>
<a name="l00023"></a><a class="code" href="XercesDOMParser_8hpp.html#eae2787805052796546f54679a5fbd45">00023</a> <span class="preprocessor"></span><span class="preprocessor">#define XERCESC_INCLUDE_GUARD_XERCESDOMPARSER_HPP</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span>
<a name="l00025"></a>00025
<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;<a class="code" href="AbstractDOMParser_8hpp.html">xercesc/parsers/AbstractDOMParser.hpp</a>&gt;</span>
<a name="l00027"></a>00027 <span class="preprocessor">#include &lt;xercesc/validators/common/Grammar.hpp&gt;</span>
<a name="l00028"></a>00028
<a name="l00029"></a>00029 <a class="code" href="XercesDefs_8hpp.html#43d74fa53d868d978f3e97cbb78b194d">XERCES_CPP_NAMESPACE_BEGIN</a>
<a name="l00030"></a>00030
<a name="l00031"></a>00031
<a name="l00032"></a>00032 <span class="keyword">class </span><a class="code" href="classEntityResolver.html" title="Basic interface for resolving entities.">EntityResolver</a>;
<a name="l00033"></a>00033 <span class="keyword">class </span><a class="code" href="classErrorHandler.html" title="Basic interface for SAX error handlers.">ErrorHandler</a>;
<a name="l00034"></a>00034 <span class="keyword">class </span><a class="code" href="classXMLEntityResolver.html" title="Revised interface for resolving entities.">XMLEntityResolver</a>;
<a name="l00035"></a>00035 <span class="keyword">class </span><a class="code" href="classXMLResourceIdentifier.html">XMLResourceIdentifier</a>;
<a name="l00036"></a>00036
<a name="l00047"></a><a class="code" href="classXercesDOMParser.html">00047</a> <span class="keyword">class </span><a class="code" href="XercesDefs_8hpp.html#12b3de3d73b0c001f05eacd202c9f2f9">PARSERS_EXPORT</a> <a class="code" href="classXercesDOMParser.html" title="This class implements the Document Object Model (DOM) interface.">XercesDOMParser</a> : <span class="keyword">public</span> <a class="code" href="classAbstractDOMParser.html" title="This class implements the Document Object Model (DOM) interface.">AbstractDOMParser</a>
<a name="l00048"></a>00048 {
<a name="l00049"></a>00049 <span class="keyword">public</span> :
<a name="l00050"></a>00050 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00051"></a>00051 <span class="comment">// Constructors and Detructor</span>
<a name="l00052"></a>00052 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00053"></a>00053
<a name="l00071"></a>00071 <a class="code" href="classXercesDOMParser.html" title="This class implements the Document Object Model (DOM) interface.">XercesDOMParser</a>
<a name="l00072"></a>00072 (
<a name="l00073"></a>00073 <a class="code" href="classXMLValidator.html" title="This abstract class provides the interface for all validators.">XMLValidator</a>* <span class="keyword">const</span> valToAdopt = 0
<a name="l00074"></a>00074 , <a class="code" href="classMemoryManager.html" title="Configurable memory manager.">MemoryManager</a>* <span class="keyword">const</span> manager = <a class="code" href="classXMLPlatformUtils.html#97eff0d9fff3567bea3acd3ca4d95252" title="The configurable memory manager.">XMLPlatformUtils::fgMemoryManager</a>
<a name="l00075"></a>00075 , <a class="code" href="classXMLGrammarPool.html">XMLGrammarPool</a>* <span class="keyword">const</span> gramPool = 0
<a name="l00076"></a>00076 );
<a name="l00077"></a>00077
<a name="l00081"></a>00081 <span class="keyword">virtual</span> ~<a class="code" href="classXercesDOMParser.html" title="This class implements the Document Object Model (DOM) interface.">XercesDOMParser</a>();
<a name="l00082"></a>00082
<a name="l00084"></a>00084
<a name="l00085"></a>00085
<a name="l00086"></a>00086 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00087"></a>00087 <span class="comment">// Getter methods</span>
<a name="l00088"></a>00088 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00089"></a>00089
<a name="l00092"></a>00092
<a name="l00100"></a>00100 <a class="code" href="classErrorHandler.html" title="Basic interface for SAX error handlers.">ErrorHandler</a>* getErrorHandler();
<a name="l00101"></a>00101
<a name="l00109"></a>00109 <span class="keyword">const</span> <a class="code" href="classErrorHandler.html" title="Basic interface for SAX error handlers.">ErrorHandler</a>* getErrorHandler() <span class="keyword">const</span>;
<a name="l00110"></a>00110
<a name="l00118"></a>00118 <a class="code" href="classEntityResolver.html" title="Basic interface for resolving entities.">EntityResolver</a>* getEntityResolver();
<a name="l00119"></a>00119
<a name="l00127"></a>00127 <span class="keyword">const</span> <a class="code" href="classEntityResolver.html" title="Basic interface for resolving entities.">EntityResolver</a>* getEntityResolver() <span class="keyword">const</span>;
<a name="l00128"></a>00128
<a name="l00137"></a>00137 <a class="code" href="classXMLEntityResolver.html" title="Revised interface for resolving entities.">XMLEntityResolver</a>* getXMLEntityResolver();
<a name="l00138"></a>00138
<a name="l00147"></a>00147 <span class="keyword">const</span> <a class="code" href="classXMLEntityResolver.html" title="Revised interface for resolving entities.">XMLEntityResolver</a>* getXMLEntityResolver() <span class="keyword">const</span>;
<a name="l00148"></a>00148
<a name="l00159"></a>00159 <span class="keywordtype">bool</span> isCachingGrammarFromParse() <span class="keyword">const</span>;
<a name="l00160"></a>00160
<a name="l00171"></a>00171 <span class="keywordtype">bool</span> isUsingCachedGrammarInParse() <span class="keyword">const</span>;
<a name="l00172"></a>00172
<a name="l00179"></a>00179 Grammar* getGrammar(<span class="keyword">const</span> <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* <span class="keyword">const</span> nameSpaceKey);
<a name="l00180"></a>00180
<a name="l00186"></a>00186 Grammar* getRootGrammar();
<a name="l00187"></a>00187
<a name="l00194"></a>00194 <span class="keyword">const</span> <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* getURIText(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> uriId) <span class="keyword">const</span>;
<a name="l00195"></a>00195
<a name="l00202"></a>00202 <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#7647261a546ac47bda863a51d24ad898">XMLFilePos</a> getSrcOffset() <span class="keyword">const</span>;
<a name="l00203"></a>00203
<a name="l00211"></a>00211 <span class="keywordtype">bool</span> getIgnoreCachedDTD() <span class="keyword">const</span>;
<a name="l00212"></a>00212
<a name="l00214"></a>00214
<a name="l00215"></a>00215
<a name="l00216"></a>00216 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00217"></a>00217 <span class="comment">// Setter methods</span>
<a name="l00218"></a>00218 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00219"></a>00219
<a name="l00222"></a>00222
<a name="l00236"></a>00236 <span class="keywordtype">void</span> setErrorHandler(<a class="code" href="classErrorHandler.html" title="Basic interface for SAX error handlers.">ErrorHandler</a>* <span class="keyword">const</span> handler);
<a name="l00237"></a>00237
<a name="l00254"></a>00254 <span class="keywordtype">void</span> setEntityResolver(<a class="code" href="classEntityResolver.html" title="Basic interface for resolving entities.">EntityResolver</a>* <span class="keyword">const</span> handler);
<a name="l00255"></a>00255
<a name="l00273"></a>00273 <span class="keywordtype">void</span> setXMLEntityResolver(<a class="code" href="classXMLEntityResolver.html" title="Revised interface for resolving entities.">XMLEntityResolver</a>* <span class="keyword">const</span> handler);
<a name="l00274"></a>00274
<a name="l00292"></a>00292 <span class="keywordtype">void</span> cacheGrammarFromParse(<span class="keyword">const</span> <span class="keywordtype">bool</span> newState);
<a name="l00293"></a>00293
<a name="l00312"></a>00312 <span class="keywordtype">void</span> useCachedGrammarInParse(<span class="keyword">const</span> <span class="keywordtype">bool</span> newState);
<a name="l00313"></a>00313
<a name="l00328"></a>00328 <span class="keywordtype">void</span> setIgnoreCachedDTD(<span class="keyword">const</span> <span class="keywordtype">bool</span> newValue);
<a name="l00329"></a>00329
<a name="l00331"></a>00331
<a name="l00332"></a>00332 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00333"></a>00333 <span class="comment">// Utility methods</span>
<a name="l00334"></a>00334 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00335"></a>00335
<a name="l00361"></a>00361 <span class="keywordtype">void</span> resetDocumentPool();
<a name="l00362"></a>00362
<a name="l00364"></a>00364
<a name="l00365"></a>00365 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00366"></a>00366 <span class="comment">// Implementation of the XMLErrorReporter interface.</span>
<a name="l00367"></a>00367 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00368"></a>00368
<a name="l00371"></a>00371
<a name="l00396"></a>00396 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classXMLErrorReporter.html#6eca467a4753ce0dc6222aafe5c19ed0" title="Called to report errors from the scanner or validator.">error</a>
<a name="l00397"></a>00397 (
<a name="l00398"></a>00398 <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> errCode
<a name="l00399"></a>00399 , <span class="keyword">const</span> <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* <span class="keyword">const</span> msgDomain
<a name="l00400"></a>00400 , <span class="keyword">const</span> <a class="code" href="classXMLErrorReporter.html#db34298ba3609a10c52328e5050d4434">XMLErrorReporter::ErrTypes</a> errType
<a name="l00401"></a>00401 , <span class="keyword">const</span> <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* <span class="keyword">const</span> errorText
<a name="l00402"></a>00402 , <span class="keyword">const</span> <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* <span class="keyword">const</span> systemId
<a name="l00403"></a>00403 , <span class="keyword">const</span> <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* <span class="keyword">const</span> publicId
<a name="l00404"></a>00404 , <span class="keyword">const</span> <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#dd2d542a6583db767febf57446daa50d">XMLFileLoc</a> lineNum
<a name="l00405"></a>00405 , <span class="keyword">const</span> <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#dd2d542a6583db767febf57446daa50d">XMLFileLoc</a> colNum
<a name="l00406"></a>00406 );
<a name="l00407"></a>00407
<a name="l00416"></a>00416 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classXMLErrorReporter.html#a8364a38a2ac6657448bad08ff6f0091" title="Called before a new parse event to allow the handler to reset.">resetErrors</a>();
<a name="l00418"></a>00418
<a name="l00419"></a>00419
<a name="l00420"></a>00420 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00421"></a>00421 <span class="comment">// Implementation of the XMLEntityHandler interface.</span>
<a name="l00422"></a>00422 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00423"></a>00423
<a name="l00426"></a>00426
<a name="l00439"></a>00439 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classXMLEntityHandler.html#f1b5c220b47c05c188cbd88363e9a41d" title="This method get called after the scanner has finished reading from the given input...">endInputSource</a>(<span class="keyword">const</span> <a class="code" href="classInputSource.html" title="A single input source for an XML entity.">InputSource</a>&amp; inputSource);
<a name="l00440"></a>00440
<a name="l00456"></a>00456 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classXMLEntityHandler.html#a64d97114fb1fa62502fba6d9ed5346c" title="This method allows the passes the scanned systemId to the entity handler, thereby...">expandSystemId</a>
<a name="l00457"></a>00457 (
<a name="l00458"></a>00458 <span class="keyword">const</span> <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* <span class="keyword">const</span> systemId
<a name="l00459"></a>00459 , XMLBuffer&amp; toFill
<a name="l00460"></a>00460 );
<a name="l00461"></a>00461
<a name="l00470"></a>00470 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classXMLEntityHandler.html#f096953b99a5de9f039df902c7f3543d" title="This method allows the entity handler to reset itself, so that it can be used again...">resetEntities</a>();
<a name="l00471"></a>00471
<a name="l00488"></a>00488 <span class="keyword">virtual</span> <a class="code" href="classInputSource.html" title="A single input source for an XML entity.">InputSource</a>* <a class="code" href="classXMLEntityHandler.html#8994f00cc9ba227fe8afa273605356d9" title="This method allows the entity handler to provide customized application specific...">resolveEntity</a>
<a name="l00489"></a>00489 (
<a name="l00490"></a>00490 <a class="code" href="classXMLResourceIdentifier.html">XMLResourceIdentifier</a>* resourceIdentifier
<a name="l00491"></a>00491 );
<a name="l00492"></a>00492
<a name="l00505"></a>00505 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classXMLEntityHandler.html#a59b2da6316f575899b6a8a3fef7477c" title="This method will be called before the scanner starts reading from an input source...">startInputSource</a>(<span class="keyword">const</span> <a class="code" href="classInputSource.html" title="A single input source for an XML entity.">InputSource</a>&amp; inputSource);
<a name="l00506"></a>00506
<a name="l00508"></a>00508
<a name="l00509"></a>00509 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00510"></a>00510 <span class="comment">// Grammar preparsing interface</span>
<a name="l00511"></a>00511 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00512"></a>00512
<a name="l00542"></a>00542 Grammar* loadGrammar(<span class="keyword">const</span> <a class="code" href="classInputSource.html" title="A single input source for an XML entity.">InputSource</a>&amp; source,
<a name="l00543"></a>00543 <span class="keyword">const</span> Grammar::GrammarType grammarType,
<a name="l00544"></a>00544 <span class="keyword">const</span> <span class="keywordtype">bool</span> toCache = <span class="keyword">false</span>);
<a name="l00545"></a>00545
<a name="l00571"></a>00571 Grammar* loadGrammar(<span class="keyword">const</span> <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* <span class="keyword">const</span> systemId,
<a name="l00572"></a>00572 <span class="keyword">const</span> Grammar::GrammarType grammarType,
<a name="l00573"></a>00573 <span class="keyword">const</span> <span class="keywordtype">bool</span> toCache = <span class="keyword">false</span>);
<a name="l00574"></a>00574
<a name="l00599"></a>00599 Grammar* loadGrammar(<span class="keyword">const</span> <span class="keywordtype">char</span>* <span class="keyword">const</span> systemId,
<a name="l00600"></a>00600 <span class="keyword">const</span> Grammar::GrammarType grammarType,
<a name="l00601"></a>00601 <span class="keyword">const</span> <span class="keywordtype">bool</span> toCache = <span class="keyword">false</span>);
<a name="l00602"></a>00602
<a name="l00606"></a>00606 <span class="keywordtype">void</span> resetCachedGrammarPool();
<a name="l00607"></a>00607
<a name="l00609"></a>00609
<a name="l00610"></a>00610
<a name="l00611"></a>00611 <span class="keyword">private</span> :
<a name="l00612"></a>00612 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00613"></a>00613 <span class="comment">// Initialize/Cleanup methods</span>
<a name="l00614"></a>00614 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00615"></a>00615 <span class="keywordtype">void</span> resetParse();
<a name="l00616"></a>00616
<a name="l00617"></a>00617 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00618"></a>00618 <span class="comment">// Unimplemented constructors and operators</span>
<a name="l00619"></a>00619 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00620"></a>00620 <a class="code" href="classXercesDOMParser.html" title="This class implements the Document Object Model (DOM) interface.">XercesDOMParser</a>(<span class="keyword">const</span> <a class="code" href="classXercesDOMParser.html" title="This class implements the Document Object Model (DOM) interface.">XercesDOMParser</a>&amp;);
<a name="l00621"></a>00621 <a class="code" href="classXercesDOMParser.html" title="This class implements the Document Object Model (DOM) interface.">XercesDOMParser</a>&amp; operator=(<span class="keyword">const</span> <a class="code" href="classXercesDOMParser.html" title="This class implements the Document Object Model (DOM) interface.">XercesDOMParser</a>&amp;);
<a name="l00622"></a>00622
<a name="l00623"></a>00623 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00624"></a>00624 <span class="comment">// Private data members</span>
<a name="l00625"></a>00625 <span class="comment">//</span>
<a name="l00626"></a>00626 <span class="comment">// fEntityResolver</span>
<a name="l00627"></a>00627 <span class="comment">// The installed SAX entity resolver, if any. Null if none.</span>
<a name="l00628"></a>00628 <span class="comment">//</span>
<a name="l00629"></a>00629 <span class="comment">// fErrorHandler</span>
<a name="l00630"></a>00630 <span class="comment">// The installed SAX error handler, if any. Null if none.</span>
<a name="l00631"></a>00631 <span class="comment">//-----------------------------------------------------------------------</span>
<a name="l00632"></a>00632 <a class="code" href="classEntityResolver.html" title="Basic interface for resolving entities.">EntityResolver</a>* fEntityResolver;
<a name="l00633"></a>00633 <a class="code" href="classXMLEntityResolver.html" title="Revised interface for resolving entities.">XMLEntityResolver</a>* fXMLEntityResolver;
<a name="l00634"></a>00634 <a class="code" href="classErrorHandler.html" title="Basic interface for SAX error handlers.">ErrorHandler</a>* fErrorHandler;
<a name="l00635"></a>00635 };
<a name="l00636"></a>00636
<a name="l00637"></a>00637
<a name="l00638"></a>00638
<a name="l00639"></a>00639 <span class="comment">// ---------------------------------------------------------------------------</span>
<a name="l00640"></a>00640 <span class="comment">// XercesDOMParser: Handlers for the XMLEntityHandler interface</span>
<a name="l00641"></a>00641 <span class="comment">// ---------------------------------------------------------------------------</span>
<a name="l00642"></a><a class="code" href="classXercesDOMParser.html#f0045b44b04f34436f4ccdf3ce6f2a0a">00642</a> <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classXercesDOMParser.html#f0045b44b04f34436f4ccdf3ce6f2a0a" title="Handle an end of input source event.">XercesDOMParser::endInputSource</a>(<span class="keyword">const</span> <a class="code" href="classInputSource.html" title="A single input source for an XML entity.">InputSource</a>&amp;)
<a name="l00643"></a>00643 {
<a name="l00644"></a>00644 <span class="comment">// The DOM entity resolver doesn't handle this</span>
<a name="l00645"></a>00645 }
<a name="l00646"></a>00646
<a name="l00647"></a><a class="code" href="classXercesDOMParser.html#9cf136488f2f8f92ffa226bb2fc2d448">00647</a> <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="classXercesDOMParser.html#9cf136488f2f8f92ffa226bb2fc2d448" title="Expand a system id.">XercesDOMParser::expandSystemId</a>(<span class="keyword">const</span> <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* <span class="keyword">const</span>, XMLBuffer&amp;)
<a name="l00648"></a>00648 {
<a name="l00649"></a>00649 <span class="comment">// The DOM entity resolver doesn't handle this</span>
<a name="l00650"></a>00650 <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l00651"></a>00651 }
<a name="l00652"></a>00652
<a name="l00653"></a><a class="code" href="classXercesDOMParser.html#8d5b35e277d05f1244a4285ae5c6710b">00653</a> <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classXercesDOMParser.html#8d5b35e277d05f1244a4285ae5c6710b" title="Reset any entity handler information.">XercesDOMParser::resetEntities</a>()
<a name="l00654"></a>00654 {
<a name="l00655"></a>00655 <span class="comment">// Nothing to do on this one</span>
<a name="l00656"></a>00656 }
<a name="l00657"></a>00657
<a name="l00658"></a><a class="code" href="classXercesDOMParser.html#0123825ec7c9eaebe452578dcf751821">00658</a> <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classXercesDOMParser.html#0123825ec7c9eaebe452578dcf751821" title="Handle a &amp;#39;start input source&amp;#39; event.">XercesDOMParser::startInputSource</a>(<span class="keyword">const</span> <a class="code" href="classInputSource.html" title="A single input source for an XML entity.">InputSource</a>&amp;)
<a name="l00659"></a>00659 {
<a name="l00660"></a>00660 <span class="comment">// The DOM entity resolver doesn't handle this</span>
<a name="l00661"></a>00661 }
<a name="l00662"></a>00662
<a name="l00663"></a>00663
<a name="l00664"></a>00664 <span class="comment">// ---------------------------------------------------------------------------</span>
<a name="l00665"></a>00665 <span class="comment">// XercesDOMParser: Getter methods</span>
<a name="l00666"></a>00666 <span class="comment">// ---------------------------------------------------------------------------</span>
<a name="l00667"></a><a class="code" href="classXercesDOMParser.html#c1bb89e72d35cd07fd571f573541f57c">00667</a> <span class="keyword">inline</span> <a class="code" href="classErrorHandler.html" title="Basic interface for SAX error handlers.">ErrorHandler</a>* <a class="code" href="classXercesDOMParser.html#c1bb89e72d35cd07fd571f573541f57c" title="Get a pointer to the error handler.">XercesDOMParser::getErrorHandler</a>()
<a name="l00668"></a>00668 {
<a name="l00669"></a>00669 <span class="keywordflow">return</span> fErrorHandler;
<a name="l00670"></a>00670 }
<a name="l00671"></a>00671
<a name="l00672"></a><a class="code" href="classXercesDOMParser.html#14ba803bd2c84bcdcc1bb2fb811468e2">00672</a> <span class="keyword">inline</span> <span class="keyword">const</span> <a class="code" href="classErrorHandler.html" title="Basic interface for SAX error handlers.">ErrorHandler</a>* <a class="code" href="classXercesDOMParser.html#c1bb89e72d35cd07fd571f573541f57c" title="Get a pointer to the error handler.">XercesDOMParser::getErrorHandler</a>()<span class="keyword"> const</span>
<a name="l00673"></a>00673 <span class="keyword"></span>{
<a name="l00674"></a>00674 <span class="keywordflow">return</span> fErrorHandler;
<a name="l00675"></a>00675 }
<a name="l00676"></a>00676
<a name="l00677"></a><a class="code" href="classXercesDOMParser.html#ee65258bf91265109cae4af97c5727af">00677</a> <span class="keyword">inline</span> <a class="code" href="classEntityResolver.html" title="Basic interface for resolving entities.">EntityResolver</a>* <a class="code" href="classXercesDOMParser.html#ee65258bf91265109cae4af97c5727af" title="Get a pointer to the entity resolver.">XercesDOMParser::getEntityResolver</a>()
<a name="l00678"></a>00678 {
<a name="l00679"></a>00679 <span class="keywordflow">return</span> fEntityResolver;
<a name="l00680"></a>00680 }
<a name="l00681"></a>00681
<a name="l00682"></a><a class="code" href="classXercesDOMParser.html#cdf37101dd006980e362b420efa25b9a">00682</a> <span class="keyword">inline</span> <span class="keyword">const</span> <a class="code" href="classEntityResolver.html" title="Basic interface for resolving entities.">EntityResolver</a>* <a class="code" href="classXercesDOMParser.html#ee65258bf91265109cae4af97c5727af" title="Get a pointer to the entity resolver.">XercesDOMParser::getEntityResolver</a>()<span class="keyword"> const</span>
<a name="l00683"></a>00683 <span class="keyword"></span>{
<a name="l00684"></a>00684 <span class="keywordflow">return</span> fEntityResolver;
<a name="l00685"></a>00685 }
<a name="l00686"></a>00686
<a name="l00687"></a><a class="code" href="classXercesDOMParser.html#31d8ae354d87e7d786f22457c7533e67">00687</a> <span class="keyword">inline</span> <a class="code" href="classXMLEntityResolver.html" title="Revised interface for resolving entities.">XMLEntityResolver</a>* <a class="code" href="classXercesDOMParser.html#31d8ae354d87e7d786f22457c7533e67" title="Get a pointer to the entity resolver.">XercesDOMParser::getXMLEntityResolver</a>()
<a name="l00688"></a>00688 {
<a name="l00689"></a>00689 <span class="keywordflow">return</span> fXMLEntityResolver;
<a name="l00690"></a>00690 }
<a name="l00691"></a>00691
<a name="l00692"></a><a class="code" href="classXercesDOMParser.html#3f2c65fc9bdf5224e3fc794f1c4cc83c">00692</a> <span class="keyword">inline</span> <span class="keyword">const</span> <a class="code" href="classXMLEntityResolver.html" title="Revised interface for resolving entities.">XMLEntityResolver</a>* <a class="code" href="classXercesDOMParser.html#31d8ae354d87e7d786f22457c7533e67" title="Get a pointer to the entity resolver.">XercesDOMParser::getXMLEntityResolver</a>()<span class="keyword"> const</span>
<a name="l00693"></a>00693 <span class="keyword"></span>{
<a name="l00694"></a>00694 <span class="keywordflow">return</span> fXMLEntityResolver;
<a name="l00695"></a>00695 }
<a name="l00696"></a>00696
<a name="l00697"></a>00697 <a class="code" href="XercesDefs_8hpp.html#f03d5cb905763ef7a7bd22ab82718285">XERCES_CPP_NAMESPACE_END</a>
<a name="l00698"></a>00698
<a name="l00699"></a>00699 <span class="preprocessor">#endif</span>
</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Wed Sep 24 16:36:33 2008 for Xerces-C++ by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>