Class UnmarshalState

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

public class UnmarshalState extends Object
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 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

      public String toString()
      Overrides:
      toString in class Object