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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to