You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by sa...@apache.org on 2002/09/19 19:55:22 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/parsers DOMBuilderImpl.java

sandygao    2002/09/19 10:55:22

  Modified:    java/src/org/apache/xerces/parsers DOMBuilderImpl.java
  Log:
  Move this feature ID from AbstractDOMParser to this class, where it's actually
  used.
  
  Revision  Changes    Path
  1.22      +5 -1      xml-xerces/java/src/org/apache/xerces/parsers/DOMBuilderImpl.java
  
  Index: DOMBuilderImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/parsers/DOMBuilderImpl.java,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- DOMBuilderImpl.java	26 Aug 2002 21:53:30 -0000	1.21
  +++ DOMBuilderImpl.java	19 Sep 2002 17:55:22 -0000	1.22
  @@ -126,6 +126,10 @@
       protected static final String DYNAMIC_VALIDATION = 
       Constants.XERCES_FEATURE_PREFIX + Constants.DYNAMIC_VALIDATION_FEATURE;
   
  +    /** Feature identifier: expose schema normalized value */
  +    protected static final String NORMALIZE_DATA =
  +    Constants.XERCES_FEATURE_PREFIX + Constants.SCHEMA_NORMALIZED_VALUE;
  +
   
       // DOM L3 Schema validation types:
       protected static final String XML_SCHEMA_VALIDATION = "http://www.w3.org/2001/XMLSchema";
  
  
  

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