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

« back to all changes in this revision

Viewing changes to src/xercesc/parsers/XercesDOMParser.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: XercesDOMParser.hpp 673944 2008-07-04 07:53:16Z borisk $
 
19
 * $Id: XercesDOMParser.hpp 903123 2010-01-26 08:23:46Z borisk $
20
20
 */
21
21
 
22
22
#if !defined(XERCESC_INCLUDE_GUARD_XERCESDOMPARSER_HPP)
521
521
      * is enabled, the parser will cache the grammars for re-use. If a grammar
522
522
      * key is found in the pool, no caching of any grammar will take place.
523
523
      *
524
 
      * <p><b>"Experimental - subject to change"</b></p>
525
524
      *
526
525
      * @param source A const reference to the SAX InputSource object which
527
526
      *               points to the schema grammar file to be preparsed.
551
550
      * is enabled, the parser will cache the grammars for re-use. If a grammar
552
551
      * key is found in the pool, no caching of any grammar will take place.
553
552
      *
554
 
      * <p><b>"Experimental - subject to change"</b></p>
555
553
      *
556
554
      * @param systemId A const XMLCh pointer to the Unicode string which
557
555
      *                 contains the path to the XML grammar file to be
580
578
      * is enabled, the parser will cache the grammars for re-use. If a grammar
581
579
      * key is found in the pool, no caching of any grammar will take place.
582
580
      *
583
 
      * <p><b>"Experimental - subject to change"</b></p>
584
581
      *
585
582
      * @param systemId A const char pointer to a native string which contains
586
583
      *                 the path to the XML grammar file to be preparsed.