~ubuntu-branches/ubuntu/precise/xerces-c/precise-security

« back to all changes in this revision

Viewing changes to src/xercesc/parsers/SAXParser.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Jay Berkenbilt
  • Date: 2010-02-06 16:46:23 UTC
  • mfrom: (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100206164623-xbntkcs6ks20nboa
Tags: 3.1.0-1
* New upstream release
* Updated standards version to 3.8.4.  No changes required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 */
17
17
 
18
18
/*
19
 
 * $Id: SAXParser.hpp 833045 2009-11-05 13:21:27Z borisk $
 
19
 * $Id: SAXParser.hpp 903123 2010-01-26 08:23:46Z borisk $
20
20
 */
21
21
 
22
22
#if !defined(XERCESC_INCLUDE_GUARD_SAXPARSER_HPP)
1194
1194
      * is enabled, the parser will cache the grammars for re-use. If a grammar
1195
1195
      * key is found in the pool, no caching of any grammar will take place.
1196
1196
      *
1197
 
      * <p><b>"Experimental - subject to change"</b></p>
1198
1197
      *
1199
1198
      * @param source A const reference to the SAX InputSource object which
1200
1199
      *               points to the schema grammar file to be preparsed.
1224
1223
      * is enabled, the parser will cache the grammars for re-use. If a grammar
1225
1224
      * key is found in the pool, no caching of any grammar will take place.
1226
1225
      *
1227
 
      * <p><b>"Experimental - subject to change"</b></p>
1228
1226
      *
1229
1227
      * @param systemId A const XMLCh pointer to the Unicode string which
1230
1228
      *                 contains the path to the XML grammar file to be
1253
1251
      * is enabled, the parser will cache the grammars for re-use. If a grammar
1254
1252
      * key is found in the pool, no caching of any grammar will take place.
1255
1253
      *
1256
 
      * <p><b>"Experimental - subject to change"</b></p>
1257
1254
      *
1258
1255
      * @param systemId A const char pointer to a native string which contains
1259
1256
      *                 the path to the XML grammar file to be preparsed.