File: HandlerBase_8hpp-source.html

package info (click to toggle)
xerces-c 3.1.1-3%2Bdeb7u2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 39,584 kB
  • sloc: cpp: 166,988; xml: 12,028; sh: 10,236; ansic: 3,984; makefile: 1,290; perl: 500
file content (236 lines) | stat: -rw-r--r-- 30,817 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<!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++: HandlerBase.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.6 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</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>
    </ul>
  </div>
<h1>HandlerBase.hpp</h1><a href="HandlerBase_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: HandlerBase.hpp 932887 2010-04-11 13:04:59Z 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_HANDLERBASE_HPP)</span>
<a name="l00023"></a><a class="code" href="HandlerBase_8hpp.html#b070a321292a531b2ee20682ffe85ade">00023</a> <span class="preprocessor"></span><span class="preprocessor">#define XERCESC_INCLUDE_GUARD_HANDLERBASE_HPP</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span>
<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;<a class="code" href="DocumentHandler_8hpp.html">xercesc/sax/DocumentHandler.hpp</a>&gt;</span>
<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;<a class="code" href="DTDHandler_8hpp.html">xercesc/sax/DTDHandler.hpp</a>&gt;</span>
<a name="l00027"></a>00027 <span class="preprocessor">#include &lt;<a class="code" href="EntityResolver_8hpp.html">xercesc/sax/EntityResolver.hpp</a>&gt;</span>
<a name="l00028"></a>00028 <span class="preprocessor">#include &lt;<a class="code" href="ErrorHandler_8hpp.html">xercesc/sax/ErrorHandler.hpp</a>&gt;</span>
<a name="l00029"></a>00029 <span class="preprocessor">#include &lt;<a class="code" href="SAXParseException_8hpp.html">xercesc/sax/SAXParseException.hpp</a>&gt;</span>
<a name="l00030"></a>00030 
<a name="l00031"></a>00031 <a class="code" href="XercesDefs_8hpp.html#43d74fa53d868d978f3e97cbb78b194d">XERCES_CPP_NAMESPACE_BEGIN</a>
<a name="l00032"></a>00032 
<a name="l00033"></a>00033 <span class="keyword">class </span><a class="code" href="classLocator.html" title="Interface for associating a SAX event with a document location.">Locator</a>;
<a name="l00034"></a>00034 <span class="keyword">class </span><a class="code" href="classAttributeList.html" title="Interface for an element&amp;#39;s attribute specifications.">AttributeList</a>;
<a name="l00035"></a>00035 
<a name="l00056"></a><a class="code" href="classHandlerBase.html">00056</a> <span class="keyword">class </span><a class="code" href="XercesDefs_8hpp.html#7fdf07718ad6e0a80a00387c4fb5f82d">SAX_EXPORT</a> <a class="code" href="classHandlerBase.html" title="Default base class for handlers.">HandlerBase</a> :
<a name="l00057"></a>00057 
<a name="l00058"></a>00058     <span class="keyword">public</span> <a class="code" href="classEntityResolver.html" title="Basic interface for resolving entities.">EntityResolver</a>, <span class="keyword">public</span> <a class="code" href="classDTDHandler.html" title="Receive notification of basic DTD-related events.">DTDHandler</a>, <span class="keyword">public</span> <a class="code" href="classDocumentHandler.html" title="Receive notification of general document events.">DocumentHandler</a>
<a name="l00059"></a>00059     , <span class="keyword">public</span> <a class="code" href="classErrorHandler.html" title="Basic interface for SAX error handlers.">ErrorHandler</a>
<a name="l00060"></a>00060 {
<a name="l00061"></a>00061 <span class="keyword">public</span>:
<a name="l00079"></a>00079     <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classDocumentHandler.html#11b895cf26b39d894529830cd988b579" title="Receive notification of character data.">characters</a>
<a name="l00080"></a>00080     (
<a name="l00081"></a>00081         <span class="keyword">const</span>   <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* <span class="keyword">const</span>    chars
<a name="l00082"></a>00082         , <span class="keyword">const</span> <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#c0f7e36996cd03eb43bcee10321f77cd">XMLSize_t</a>       length
<a name="l00083"></a>00083     );
<a name="l00084"></a>00084 
<a name="l00097"></a>00097     <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classDocumentHandler.html#87e8fefd7fa90cbbd629ce45aa82c736" title="Receive notification of the end of a document.">endDocument</a>();
<a name="l00098"></a>00098 
<a name="l00112"></a>00112     <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classDocumentHandler.html#d3b6e82b8d674030b0b9b34173524af3" title="Receive notification of the end of an element.">endElement</a>(<span class="keyword">const</span> <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* <span class="keyword">const</span> name);
<a name="l00113"></a>00113 
<a name="l00129"></a>00129     <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classDocumentHandler.html#f2732a86367efbc82c8ebaec1f041276" title="Receive notification of ignorable whitespace in element content.">ignorableWhitespace</a>
<a name="l00130"></a>00130     (
<a name="l00131"></a>00131         <span class="keyword">const</span>   <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* <span class="keyword">const</span>    chars
<a name="l00132"></a>00132         , <span class="keyword">const</span> <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#c0f7e36996cd03eb43bcee10321f77cd">XMLSize_t</a>       length
<a name="l00133"></a>00133     );
<a name="l00134"></a>00134 
<a name="l00150"></a>00150     <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classDocumentHandler.html#546c9915fbb6e926b7313c05772ca17c" title="Receive notification of a processing instruction.">processingInstruction</a>
<a name="l00151"></a>00151     (
<a name="l00152"></a>00152         <span class="keyword">const</span>   <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* <span class="keyword">const</span>    target
<a name="l00153"></a>00153         , <span class="keyword">const</span> <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* <span class="keyword">const</span>    data
<a name="l00154"></a>00154     );
<a name="l00155"></a>00155 
<a name="l00161"></a>00161     <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classDocumentHandler.html#b74ecca443af07aa9e75e23846fb5868" title="Reset the Document object on its reuse.">resetDocument</a>();
<a name="l00163"></a>00163 
<a name="l00178"></a>00178     <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classDocumentHandler.html#d9e42f7996fc226800c2e445f32f4f6c" title="Receive an object for locating the origin of SAX document events.">setDocumentLocator</a>(<span class="keyword">const</span> <a class="code" href="classLocator.html" title="Interface for associating a SAX event with a document location.">Locator</a>* <span class="keyword">const</span> locator);
<a name="l00179"></a>00179 
<a name="l00192"></a>00192     <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classDocumentHandler.html#286dec815391a19130674d4f389f5db4" title="Receive notification of the beginning of a document.">startDocument</a>();
<a name="l00193"></a>00193 
<a name="l00208"></a>00208     <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classDocumentHandler.html#15fb4581aec4828d3ee85b658f7ceb69" title="Receive notification of the beginning of an element.">startElement</a>
<a name="l00209"></a>00209     (
<a name="l00210"></a>00210         <span class="keyword">const</span>   <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* <span class="keyword">const</span>    name
<a name="l00211"></a>00211         ,       <a class="code" href="classAttributeList.html" title="Interface for an element&amp;#39;s attribute specifications.">AttributeList</a>&amp;  attributes
<a name="l00212"></a>00212     );
<a name="l00213"></a>00213 
<a name="l00215"></a>00215 
<a name="l00240"></a>00240     <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="classEntityResolver.html#f6e630429ea35de71acda7287846911e" title="Allow the application to resolve external entities.">resolveEntity</a>
<a name="l00241"></a>00241     (
<a name="l00242"></a>00242         <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="l00243"></a>00243         , <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="l00244"></a>00244     );
<a name="l00245"></a>00245 
<a name="l00247"></a>00247 
<a name="l00264"></a>00264     <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classErrorHandler.html#9f6d55ac2d4aec618aaffb75494c8b94" title="Receive notification of a recoverable error.">error</a>(<span class="keyword">const</span> <a class="code" href="classSAXParseException.html" title="Encapsulate an XML parse error or warning.">SAXParseException</a>&amp; exc);
<a name="l00265"></a>00265 
<a name="l00283"></a>00283     <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classErrorHandler.html#1e45f82d84a9e305a3fa7059da96bc13" title="Receive notification of a non-recoverable error.">fatalError</a>(<span class="keyword">const</span> <a class="code" href="classSAXParseException.html" title="Encapsulate an XML parse error or warning.">SAXParseException</a>&amp; exc);
<a name="l00284"></a>00284 
<a name="l00299"></a>00299     <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classErrorHandler.html#1b9ae5ce728c0cc610ff9d1284c0f415" title="Receive notification of a warning.">warning</a>(<span class="keyword">const</span> <a class="code" href="classSAXParseException.html" title="Encapsulate an XML parse error or warning.">SAXParseException</a>&amp; exc);
<a name="l00300"></a>00300 
<a name="l00306"></a>00306     <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classErrorHandler.html#6069802c864480be0e2431ac5129c5dd" title="Reset the Error handler object on its reuse.">resetErrors</a>();
<a name="l00307"></a>00307 
<a name="l00309"></a>00309 
<a name="l00310"></a>00310 
<a name="l00313"></a>00313 
<a name="l00327"></a>00327     <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classDTDHandler.html#aafc15a4880f41e9e44904be254cb70d" title="Receive notification of a notation declaration event.">notationDecl</a>
<a name="l00328"></a>00328     (
<a name="l00329"></a>00329         <span class="keyword">const</span>   <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* <span class="keyword">const</span>    name
<a name="l00330"></a>00330         , <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="l00331"></a>00331         , <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="l00332"></a>00332     );
<a name="l00333"></a>00333 
<a name="l00339"></a>00339     <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classDTDHandler.html#4eebace32128b2215f51a5c73a9437ad" title="Reset the DocType object on its reuse.">resetDocType</a>();
<a name="l00340"></a>00340 
<a name="l00355"></a>00355     <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classDTDHandler.html#713d4ba5348319077a8d9b8f2d0948d6" title="Receive notification of an unparsed entity declaration event.">unparsedEntityDecl</a>
<a name="l00356"></a>00356     (
<a name="l00357"></a>00357         <span class="keyword">const</span>   <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* <span class="keyword">const</span>    name
<a name="l00358"></a>00358         , <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="l00359"></a>00359         , <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="l00360"></a>00360         , <span class="keyword">const</span> <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* <span class="keyword">const</span>    notationName
<a name="l00361"></a>00361     );
<a name="l00363"></a>00363 
<a name="l00364"></a><a class="code" href="classHandlerBase.html#a9bbcdb7958bace9296940ab702ef367">00364</a>     <a class="code" href="classHandlerBase.html" title="Default base class for handlers.">HandlerBase</a>() {};
<a name="l00365"></a><a class="code" href="classHandlerBase.html#3eea8d7462c14e9ba80fe9bb6d6e48d8">00365</a>     <span class="keyword">virtual</span> ~<a class="code" href="classHandlerBase.html" title="Default base class for handlers.">HandlerBase</a>() {};
<a name="l00366"></a>00366 
<a name="l00367"></a>00367 <span class="keyword">private</span>:
<a name="l00368"></a>00368     <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00369"></a>00369     <span class="comment">//  Unimplemented constructors and operators</span>
<a name="l00370"></a>00370     <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00371"></a>00371     <a class="code" href="classHandlerBase.html" title="Default base class for handlers.">HandlerBase</a>(<span class="keyword">const</span> <a class="code" href="classHandlerBase.html" title="Default base class for handlers.">HandlerBase</a>&amp;);
<a name="l00372"></a>00372     <a class="code" href="classHandlerBase.html" title="Default base class for handlers.">HandlerBase</a>&amp; operator=(<span class="keyword">const</span> <a class="code" href="classHandlerBase.html" title="Default base class for handlers.">HandlerBase</a>&amp;);
<a name="l00373"></a>00373 };
<a name="l00374"></a>00374 
<a name="l00375"></a>00375 
<a name="l00376"></a>00376 <span class="comment">// ---------------------------------------------------------------------------</span>
<a name="l00377"></a>00377 <span class="comment">//  HandlerBase: Inline default implementations</span>
<a name="l00378"></a>00378 <span class="comment">// ---------------------------------------------------------------------------</span>
<a name="l00379"></a><a class="code" href="classHandlerBase.html#662e6528eacda8192816cb4ce110a173">00379</a> <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classHandlerBase.html#662e6528eacda8192816cb4ce110a173" title="Receive notification of character data inside an element.">HandlerBase::characters</a>(<span class="keyword">const</span>   <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* <span class="keyword">const</span>
<a name="l00380"></a>00380                                     , <span class="keyword">const</span> <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#c0f7e36996cd03eb43bcee10321f77cd">XMLSize_t</a>)
<a name="l00381"></a>00381 {
<a name="l00382"></a>00382 }
<a name="l00383"></a>00383 
<a name="l00384"></a><a class="code" href="classHandlerBase.html#0902ca7ae75dae9d06a2525db4eb3cac">00384</a> <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classHandlerBase.html#0902ca7ae75dae9d06a2525db4eb3cac" title="Receive notification of the end of the document.">HandlerBase::endDocument</a>()
<a name="l00385"></a>00385 {
<a name="l00386"></a>00386 }
<a name="l00387"></a>00387 
<a name="l00388"></a><a class="code" href="classHandlerBase.html#c37346b7da927c89c4459450b9bc1c7c">00388</a> <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classHandlerBase.html#c37346b7da927c89c4459450b9bc1c7c" title="Receive notification of the end of an element.">HandlerBase::endElement</a>(<span class="keyword">const</span> <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* <span class="keyword">const</span>)
<a name="l00389"></a>00389 {
<a name="l00390"></a>00390 }
<a name="l00391"></a>00391 
<a name="l00392"></a><a class="code" href="classHandlerBase.html#8f3e85255c373cffa53e1f28a69a6e2c">00392</a> <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classHandlerBase.html#8f3e85255c373cffa53e1f28a69a6e2c" title="Receive notification of a recoverable parser error.">HandlerBase::error</a>(<span class="keyword">const</span> <a class="code" href="classSAXParseException.html" title="Encapsulate an XML parse error or warning.">SAXParseException</a>&amp;)
<a name="l00393"></a>00393 {
<a name="l00394"></a>00394 }
<a name="l00395"></a>00395 
<a name="l00396"></a><a class="code" href="classHandlerBase.html#91555ff758c3817fb2a4a863ce07265c">00396</a> <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classHandlerBase.html#91555ff758c3817fb2a4a863ce07265c" title="Report a fatal XML parsing error.">HandlerBase::fatalError</a>(<span class="keyword">const</span> <a class="code" href="classSAXParseException.html" title="Encapsulate an XML parse error or warning.">SAXParseException</a>&amp; exc)
<a name="l00397"></a>00397 {
<a name="l00398"></a>00398     <span class="keywordflow">throw</span> exc;
<a name="l00399"></a>00399 }
<a name="l00400"></a>00400 
<a name="l00401"></a>00401 <span class="keyword">inline</span> <span class="keywordtype">void</span>
<a name="l00402"></a><a class="code" href="classHandlerBase.html#05eceb92182b6df7ef5589ab29f85892">00402</a> <a class="code" href="classHandlerBase.html#05eceb92182b6df7ef5589ab29f85892" title="Receive notification of ignorable whitespace in element content.">HandlerBase::ignorableWhitespace</a>(   <span class="keyword">const</span>   <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* <span class="keyword">const</span>
<a name="l00403"></a>00403                                     , <span class="keyword">const</span> <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#c0f7e36996cd03eb43bcee10321f77cd">XMLSize_t</a>)
<a name="l00404"></a>00404 {
<a name="l00405"></a>00405 }
<a name="l00406"></a>00406 
<a name="l00407"></a><a class="code" href="classHandlerBase.html#5f7df4e12baac8cd33ba56ea0f49fcdc">00407</a> <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classHandlerBase.html#5f7df4e12baac8cd33ba56ea0f49fcdc" title="Receive notification of a notation declaration.">HandlerBase::notationDecl</a>(  <span class="keyword">const</span>   <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* <span class="keyword">const</span>
<a name="l00408"></a>00408                                         , <span class="keyword">const</span> <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* <span class="keyword">const</span>
<a name="l00409"></a>00409                                         , <span class="keyword">const</span> <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* <span class="keyword">const</span>)
<a name="l00410"></a>00410 {
<a name="l00411"></a>00411 }
<a name="l00412"></a>00412 
<a name="l00413"></a>00413 <span class="keyword">inline</span> <span class="keywordtype">void</span>
<a name="l00414"></a><a class="code" href="classHandlerBase.html#99e381277cc9d8daa44a990d1d0244ae">00414</a> <a class="code" href="classHandlerBase.html#99e381277cc9d8daa44a990d1d0244ae" title="Receive notification of a processing instruction.">HandlerBase::processingInstruction</a>( <span class="keyword">const</span>   <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* <span class="keyword">const</span>
<a name="l00415"></a>00415                                     , <span class="keyword">const</span> <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* <span class="keyword">const</span>)
<a name="l00416"></a>00416 {
<a name="l00417"></a>00417 }
<a name="l00418"></a>00418 
<a name="l00419"></a><a class="code" href="classHandlerBase.html#d66d005fa7630d520ace8a94bab13cb1">00419</a> <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classHandlerBase.html#d66d005fa7630d520ace8a94bab13cb1" title="Reset the Error handler object on its reuse.">HandlerBase::resetErrors</a>()
<a name="l00420"></a>00420 {
<a name="l00421"></a>00421 }
<a name="l00422"></a>00422 
<a name="l00423"></a><a class="code" href="classHandlerBase.html#27d5aa7a1fca56f35fc9ef5d74aad57b">00423</a> <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classHandlerBase.html#27d5aa7a1fca56f35fc9ef5d74aad57b" title="Reset the Document object on its reuse.">HandlerBase::resetDocument</a>()
<a name="l00424"></a>00424 {
<a name="l00425"></a>00425 }
<a name="l00426"></a>00426 
<a name="l00427"></a><a class="code" href="classHandlerBase.html#22cb17b641774f7eba0a717da6657195">00427</a> <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classHandlerBase.html#22cb17b641774f7eba0a717da6657195" title="Reset the DTD object on its reuse.">HandlerBase::resetDocType</a>()
<a name="l00428"></a>00428 {
<a name="l00429"></a>00429 }
<a name="l00430"></a>00430 
<a name="l00431"></a>00431 <span class="keyword">inline</span> <a class="code" href="classInputSource.html" title="A single input source for an XML entity.">InputSource</a>*
<a name="l00432"></a><a class="code" href="classHandlerBase.html#c8887abf3674946a8c02bf6097bffd28">00432</a> <a class="code" href="classHandlerBase.html#c8887abf3674946a8c02bf6097bffd28" title="Resolve an external entity.">HandlerBase::resolveEntity</a>( <span class="keyword">const</span>   <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* <span class="keyword">const</span>
<a name="l00433"></a>00433                             , <span class="keyword">const</span> <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* <span class="keyword">const</span>)
<a name="l00434"></a>00434 {
<a name="l00435"></a>00435     <span class="keywordflow">return</span> 0;
<a name="l00436"></a>00436 }
<a name="l00437"></a>00437 
<a name="l00438"></a>00438 <span class="keyword">inline</span> <span class="keywordtype">void</span>
<a name="l00439"></a><a class="code" href="classHandlerBase.html#29bf492b4a6253b21f7f9bafcef03b9a">00439</a> <a class="code" href="classHandlerBase.html#29bf492b4a6253b21f7f9bafcef03b9a" title="Receive notification of an unparsed entity declaration.">HandlerBase::unparsedEntityDecl</a>(<span class="keyword">const</span>   <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* <span class="keyword">const</span>
<a name="l00440"></a>00440                                 , <span class="keyword">const</span> <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* <span class="keyword">const</span>
<a name="l00441"></a>00441                                 , <span class="keyword">const</span> <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* <span class="keyword">const</span>
<a name="l00442"></a>00442                                 , <span class="keyword">const</span> <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* <span class="keyword">const</span>)
<a name="l00443"></a>00443 {
<a name="l00444"></a>00444 }
<a name="l00445"></a>00445 
<a name="l00446"></a><a class="code" href="classHandlerBase.html#f1109bc43e42025f985480f8369d7db3">00446</a> <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classHandlerBase.html#f1109bc43e42025f985480f8369d7db3" title="Receive a Locator object for document events.">HandlerBase::setDocumentLocator</a>(<span class="keyword">const</span> <a class="code" href="classLocator.html" title="Interface for associating a SAX event with a document location.">Locator</a>* <span class="keyword">const</span>)
<a name="l00447"></a>00447 {
<a name="l00448"></a>00448 }
<a name="l00449"></a>00449 
<a name="l00450"></a><a class="code" href="classHandlerBase.html#5459be20011e9d25b6471b2a8e5f053d">00450</a> <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classHandlerBase.html#5459be20011e9d25b6471b2a8e5f053d" title="Receive notification of the beginning of the document.">HandlerBase::startDocument</a>()
<a name="l00451"></a>00451 {
<a name="l00452"></a>00452 }
<a name="l00453"></a>00453 
<a name="l00454"></a>00454 <span class="keyword">inline</span> <span class="keywordtype">void</span>
<a name="l00455"></a><a class="code" href="classHandlerBase.html#3f6d8a77ea81cc65e4f6ad9dda352cea">00455</a> <a class="code" href="classHandlerBase.html#3f6d8a77ea81cc65e4f6ad9dda352cea" title="Receive notification of the start of an element.">HandlerBase::startElement</a>(  <span class="keyword">const</span>   <a class="code" href="Xerces__autoconf__config_8borland_8hpp.html#8cb107980a360c490ad7661f5d27cc0e">XMLCh</a>* <span class="keyword">const</span>
<a name="l00456"></a>00456                             ,       <a class="code" href="classAttributeList.html" title="Interface for an element&amp;#39;s attribute specifications.">AttributeList</a>&amp;)
<a name="l00457"></a>00457 {
<a name="l00458"></a>00458 }
<a name="l00459"></a>00459 
<a name="l00460"></a><a class="code" href="classHandlerBase.html#ed6265de65594d5f4f6e1eab1d0a20c6">00460</a> <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classHandlerBase.html#ed6265de65594d5f4f6e1eab1d0a20c6" title="Receive notification of a parser warning.">HandlerBase::warning</a>(<span class="keyword">const</span> <a class="code" href="classSAXParseException.html" title="Encapsulate an XML parse error or warning.">SAXParseException</a>&amp;)
<a name="l00461"></a>00461 {
<a name="l00462"></a>00462 }
<a name="l00463"></a>00463 
<a name="l00464"></a>00464 <a class="code" href="XercesDefs_8hpp.html#f03d5cb905763ef7a7bd22ab82718285">XERCES_CPP_NAMESPACE_END</a>
<a name="l00465"></a>00465 
<a name="l00466"></a>00466 <span class="preprocessor">#endif</span>
</pre></div></div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Apr 21 17:55:48 2010 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.6 </small></address>
</body>
</html>