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 2002/04/23 15:38:30 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/impl/xs ElementPSVImpl.java AttributePSVImpl.java

elena       02/04/23 06:38:30

  Modified:    java/src/org/apache/xerces/impl/xs ElementPSVImpl.java
                        AttributePSVImpl.java
  Log:
  Applied suggested patch from Fabio Riccardi:
  http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8398
  
  Revision  Changes    Path
  1.12      +1 -0      xml-xerces/java/src/org/apache/xerces/impl/xs/ElementPSVImpl.java
  
  Index: ElementPSVImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/ElementPSVImpl.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- ElementPSVImpl.java	21 Mar 2002 20:57:28 -0000	1.11
  +++ ElementPSVImpl.java	23 Apr 2002 13:38:30 -0000	1.12
  @@ -339,6 +339,7 @@
           fValidity = ElementPSVI.UNKNOWN_VALIDITY;
           fErrorCodes = null;
           fValidationContext = null;
  +        fNormalizedValue = null;
       }
   
   }
  
  
  
  1.7       +1 -0      xml-xerces/java/src/org/apache/xerces/impl/xs/AttributePSVImpl.java
  
  Index: AttributePSVImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/AttributePSVImpl.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- AttributePSVImpl.java	21 Mar 2002 20:57:28 -0000	1.6
  +++ AttributePSVImpl.java	23 Apr 2002 13:38:30 -0000	1.7
  @@ -276,6 +276,7 @@
        * Reset() 
        */
       public void reset() {
  +        fNormalizedValue = null;
           fDeclaration = null;
           fTypeDecl = null;
           fSpecified = true;
  
  
  

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