You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2005/05/22 21:42:04 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/impl Constants.java

mrglavas    2005/05/22 12:42:04

  Modified:    java/src/org/apache/xerces/impl Constants.java
  Log:
  Adding an internal feature which restricts the schema validator
  to only using the schema components provided from a grammar
  pool. This has similar semantics to the ignore schema location
  hints feature in the JAXP 1.3 RI.
  
  Revision  Changes    Path
  1.51      +7 -1      xml-xerces/java/src/org/apache/xerces/impl/Constants.java
  
  Index: Constants.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/Constants.java,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- Constants.java	18 Feb 2005 21:48:35 -0000	1.50
  +++ Constants.java	22 May 2005 19:42:03 -0000	1.51
  @@ -282,6 +282,12 @@
       /** XInclude fixup language feature ("xinclude/fixup-language"). */
       public static final String XINCLUDE_FIXUP_LANGUAGE_FEATURE = "xinclude/fixup-language";
       
  +    /**
  +     * Internal feature. When set to true the schema validator will only use
  +     * schema components from the grammar pool provided.
  +     */
  +    public static final String USE_GRAMMAR_POOL_ONLY_FEATURE = "internal/validation/schema/use-grammar-pool-only";
  +    
       /** Internal performance related feature: 
        * false - the parser settings (features/properties) have not changed between 2 parses
        * true - the parser settings have changed between 2 parses  
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org