You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by el...@apache.org on 2003/06/10 19:42:58 UTC

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

elena       2003/06/10 10:42:58

  Modified:    java/src/org/apache/xerces/impl Constants.java
  Log:
  Add constants for new DOM L3 features
  
  Revision  Changes    Path
  1.29      +4 -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.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- Constants.java	16 Jan 2003 23:03:07 -0000	1.28
  +++ Constants.java	10 Jun 2003 17:42:58 -0000	1.29
  @@ -174,7 +174,10 @@
       // DOM Level 3 features defined in Core:
       public static final String DOM_DISCARD_DEFAULT_CONTENT = "discard-default-content";
       public static final String DOM_NORMALIZE_CHARACTERS    = "normalize-characters";
  +    public static final String DOM_CHECK_CHAR_NORMALIZATION  = "check-character-normalization";
  +	public static final String DOM_WELLFORMED  = "well-formed";
       public static final String DOM_SPLIT_CDATA = "split-cdata-sections";
  +    public static final String DOM_IGNORE_CHAR_DENORMALIZATION = "ignore-unknown-character-denomalizations";
   
       // Load and Save
       public static final String DOM_FORMAT_PRETTY_PRINT = "format-pretty-print";
  
  
  

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