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/18 23:55:41 UTC

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

sandygao    2002/09/18 14:55:41

  Modified:    java/src/org/apache/xerces/impl/dv ValidatedInfo.java
  Log:
  A new method to reset the state.
  
  Revision  Changes    Path
  1.4       +10 -1     xml-xerces/java/src/org/apache/xerces/impl/dv/ValidatedInfo.java
  
  Index: ValidatedInfo.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dv/ValidatedInfo.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ValidatedInfo.java	29 Jan 2002 01:15:11 -0000	1.3
  +++ ValidatedInfo.java	18 Sep 2002 21:55:41 -0000	1.4
  @@ -93,4 +93,13 @@
        */
       public XSSimpleType[] memberTypes;
   
  +    /**
  +     * reset the state of this object
  +     */
  +    public void reset() {
  +        this.normalizedValue = null;
  +        this.actualValue = null;
  +        this.memberType = null;
  +        this.memberTypes = null;
  +    }
   }
  
  
  

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