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 2004/12/15 23:00:42 UTC

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

mrglavas    2004/12/15 14:00:42

  Modified:    java/src/org/apache/xerces/impl Constants.java
  Log:
  Adding constant for validate-annotations feature.
  
  Revision  Changes    Path
  1.46      +7 -4      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.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- Constants.java	18 Nov 2004 20:38:57 -0000	1.45
  +++ Constants.java	15 Dec 2004 22:00:42 -0000	1.46
  @@ -57,9 +57,6 @@
       /** External general entities feature ("external-general-entities "). */
       public static final String EXTERNAL_GENERAL_ENTITIES_FEATURE = "external-general-entities";
       
  -    /** Generate synthetic annotations feature ("generate-synthetic-annotations"). */
  -    public static final String GENERATE_SYNTHETIC_ANNOTATIONS_FEATURE = "generate-synthetic-annotations";
  -    
       /** External parameter entities feature ("external-parameter-entities "). */
       public static final String EXTERNAL_PARAMETER_ENTITIES_FEATURE = "external-parameter-entities";
       
  @@ -266,6 +263,12 @@
       
       /** Standard URI conformant feature ("standard-uri-conformant"). */
       public static final String STANDARD_URI_CONFORMANT_FEATURE = "standard-uri-conformant";
  +    
  +    /** Generate synthetic annotations feature ("generate-synthetic-annotations"). */
  +    public static final String GENERATE_SYNTHETIC_ANNOTATIONS_FEATURE = "generate-synthetic-annotations";
  +    
  +    /** Validate annotations feature ("validate-annotations"). */
  +    public static final String VALIDATE_ANNOTATIONS_FEATURE = "validate-annotations";
       
       /** Internal performance related feature: 
        * false - the parser settings (features/properties) have not changed between 2 parses
  
  
  

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