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: 8805 $ $Date: 2004-12-11 02:25:45 -0700 (Sat, 11 Dec 2004) $
Author:
Keith Visco

Constructor Summary
UnmarshalState()
           
 
Method Summary
 int getExpectedIndex()
           
 boolean isWithinMultivaluedElement()
           
 void setExpectedIndex(int expectedIndex)
           
 void setWithinMultivaluedElement(boolean withinMultivaluedElement)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnmarshalState

public UnmarshalState()
Method Detail

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


Copyright © 2013. All Rights Reserved.