org.exolab.castor.xml
Class UnmarshalState

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

public class UnmarshalState
extends Object

The state information class for the UnmarshalHandler.

Version:
$Revision: 8145 $ $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 © 2010. All Rights Reserved.