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/01/21 22:23:28 UTC

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

mrglavas    2004/01/21 13:23:28

  Modified:    java/src/org/apache/xerces/impl Constants.java
  Log:
  Update Xerces features and properties arrays. XInclude uses
  these to copy the configuration to a child parser. It was
  missing several of them.
  
  Revision  Changes    Path
  1.37      +8 -3      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.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- Constants.java	24 Dec 2003 16:24:21 -0000	1.36
  +++ Constants.java	21 Jan 2004 21:23:28 -0000	1.37
  @@ -412,7 +412,10 @@
           DEFAULT_ATTRIBUTE_VALUES_FEATURE,
           VALIDATE_CONTENT_MODELS_FEATURE,
           VALIDATE_DATATYPES_FEATURE,
  -        NOTIFY_CHAR_REFS_FEATURE
  +        NOTIFY_CHAR_REFS_FEATURE,
  +        NOTIFY_BUILTIN_REFS_FEATURE,
  +        DISALLOW_DOCTYPE_DECL_FEATURE,
  +        STANDARD_URI_CONFORMANT_FEATURE
       };
   
       /** Xerces properties. */
  @@ -431,7 +434,9 @@
           VALIDATOR_PROPERTY,
           SCHEMA_LOCATION,
           SCHEMA_NONS_LOCATION,
  -        VALIDATION_MANAGER_PROPERTY
  +        VALIDATION_MANAGER_PROPERTY,
  +        BUFFER_SIZE_PROPERTY,
  +        SECURITY_MANAGER_PROPERTY
       };
   
       /** Empty enumeration. */
  
  
  

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