Uses of Class
org.exolab.castor.xml.UnmarshalState

Packages that use UnmarshalState
org.exolab.castor.types The Castor implementation of specific XML Schema Types Version: $Revision: 6213 $ Author: Arnaud Blandin This package contains the implementation of the date/time datatypes defined in W3C XML Schema 1.0 Recommendation. 
org.exolab.castor.xml The XML Marshaller API Version: $Revision: 6213 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $ Author: Keith Visco Marshaller marshalls a Java object into an XML document. 
org.exolab.castor.xml.descriptors   
org.exolab.castor.xml.parsing   
org.exolab.castor.xml.util   
 

Uses of UnmarshalState in org.exolab.castor.types
 

Methods in org.exolab.castor.types with parameters of type UnmarshalState
 void BaseDescriptor.checkDescriptorForCorrectOrderWithinSequence(XMLFieldDescriptor elementDescriptor, UnmarshalState parentState, String xmlName)
          Checks whether the given XMLFieldDescriptor is the one actually expected, given the natural order as defined by a sequence definition
 

Uses of UnmarshalState in org.exolab.castor.xml
 

Methods in org.exolab.castor.xml that return UnmarshalState
 UnmarshalState UnmarshalHandler.getTopState()
          Returns the top UnmarshalState instance from the UnmarshalStateStack.
 

Methods in org.exolab.castor.xml with parameters of type UnmarshalState
 void XMLClassDescriptor.checkDescriptorForCorrectOrderWithinSequence(XMLFieldDescriptor elementDescriptor, UnmarshalState parentState, String xmlName)
          Checks whether the given XMLFieldDescriptor is the one actually expected, given the natural order as defined by a sequence definition
 

Uses of UnmarshalState in org.exolab.castor.xml.descriptors
 

Methods in org.exolab.castor.xml.descriptors with parameters of type UnmarshalState
 void BaseDescriptor.checkDescriptorForCorrectOrderWithinSequence(XMLFieldDescriptor elementDescriptor, UnmarshalState parentState, String xmlName)
          Checks whether the given XMLFieldDescriptor is the one actually expected, given the natural order as defined by a sequence definition
 

Uses of UnmarshalState in org.exolab.castor.xml.parsing
 

Methods in org.exolab.castor.xml.parsing that return UnmarshalState
 UnmarshalState UnmarshalStateStack.getLastState()
          Peeks the stack for the top UnmarshalState, without removing it.
 UnmarshalState UnmarshalStateStack.removeLastState()
          Pops the top UnmarshalState off the stack.
 UnmarshalState UnmarshalStateStack.removeParentState()
          Removes a parent state from the stack.
 

Methods in org.exolab.castor.xml.parsing with parameters of type UnmarshalState
 void UnmarshalStateStack.pushState(UnmarshalState state)
          Pushes a UnmarshalState instance onto the stack-
 

Uses of UnmarshalState in org.exolab.castor.xml.util
 

Methods in org.exolab.castor.xml.util with parameters of type UnmarshalState
 void XMLClassDescriptorImpl.checkDescriptorForCorrectOrderWithinSequence(XMLFieldDescriptor elementDescriptor, UnmarshalState parentState, String xmlName)
          Checks whether the given XMLFieldDescriptor is the one actually expected, given the natural order as defined by a sequence definition
 



Copyright © 2011. All Rights Reserved.