org.exolab.castor.xml
Class UnmarshalState

java.lang.Object
  extended by org.exolab.castor.xml.UnmarshalState

public class UnmarshalState
extends java.lang.Object

The state information class for the UnmarshalHandler

Version:
$Revision: 6807 $ $Date: 2004-12-11 02:25:45 -0700 (Sat, 11 Dec 2004) $
Author:
Keith Visco

Field Summary
 int expectedIndex
          Index of next expected sequence element; used during validation
 boolean withinMultivaluedElement
          Indicates (during validation) whether the current field descriptor points to a multi-valued element.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

expectedIndex

public int expectedIndex
Index of next expected sequence element; used during validation


withinMultivaluedElement

public boolean withinMultivaluedElement
Indicates (during validation) whether the current field descriptor points to a multi-valued element.



Copyright © 2011. All Rights Reserved.