Package org.exolab.castor.xml
Class UnmarshalState
java.lang.Object
org.exolab.castor.xml.UnmarshalState
The state information class for the UnmarshalHandler.
- Version:
- $Revision: 8805 $ $Date: 2004-12-11 02:25:45 -0700 (Sat, 11 Dec 2004) $
- Author:
- Keith Visco
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
void
setExpectedIndex
(int expectedIndex) void
setWithinMultivaluedElement
(boolean withinMultivaluedElement) toString()
-
Constructor Details
-
UnmarshalState
public UnmarshalState()
-
-
Method Details
-
setExpectedIndex
public void setExpectedIndex(int expectedIndex) -
getExpectedIndex
public int getExpectedIndex() -
setWithinMultivaluedElement
public void setWithinMultivaluedElement(boolean withinMultivaluedElement) -
isWithinMultivaluedElement
public boolean isWithinMultivaluedElement() -
toString
-