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

« back to all changes in this revision

Viewing changes to src/xercesc/parsers/SAX2XMLFilterImpl.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: SAX2XMLFilterImpl.hpp 706748 2008-10-21 20:09:51Z borisk $
 
19
 * $Id: SAX2XMLFilterImpl.hpp 903123 2010-01-26 08:23:46Z borisk $
20
20
 */
21
21
 
22
22
#if !defined(XERCESC_INCLUDE_GUARD_SAX2XMLFILTERIMPL_HPP)
715
715
      * is enabled, the parser will cache the grammars for re-use. If a grammar
716
716
      * key is found in the pool, no caching of any grammar will take place.
717
717
      *
718
 
      * <p><b>"Experimental - subject to change"</b></p>
719
718
      *
720
719
      * @param source A const reference to the SAX InputSource object which
721
720
      *               points to the schema grammar file to be preparsed.
745
744
      * is enabled, the parser will cache the grammars for re-use. If a grammar
746
745
      * key is found in the pool, no caching of any grammar will take place.
747
746
      *
748
 
      * <p><b>"Experimental - subject to change"</b></p>
749
747
      *
750
748
      * @param systemId A const XMLCh pointer to the Unicode string which
751
749
      *                 contains the path to the XML grammar file to be
774
772
      * is enabled, the parser will cache the grammars for re-use. If a grammar
775
773
      * key is found in the pool, no caching of any grammar will take place.
776
774
      *
777
 
      * <p><b>"Experimental - subject to change"</b></p>
778
775
      *
779
776
      * @param systemId A const char pointer to a native string which contains
780
777
      *                 the path to the XML grammar file to be preparsed.