Uses of Class
org.exolab.castor.xml.UnmarshalState
Packages that use UnmarshalState
Package
Description
The Castor implementation of specific XML Schema Types
The XML Marshaller API
-
Uses of UnmarshalState in org.exolab.castor.types
Methods in org.exolab.castor.types with parameters of type UnmarshalStateModifier and TypeMethodDescriptionvoid
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 UnmarshalStateModifier and TypeMethodDescriptionUnmarshalHandler.getTopState()
Returns the topUnmarshalState
instance from theUnmarshalStateStack
.Methods in org.exolab.castor.xml with parameters of type UnmarshalStateModifier and TypeMethodDescriptionvoid
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 UnmarshalStateModifier and TypeMethodDescriptionvoid
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 UnmarshalStateModifier and TypeMethodDescriptionUnmarshalStateStack.getFirstParentState()
UnmarshalStateStack.getLastState()
Peeks the stack for the topUnmarshalState
, without removing it.UnmarshalStateStack.peekAtState
(Integer index) UnmarshalStateStack.removeLastState()
Pops the topUnmarshalState
off the stack.UnmarshalStateStack.removeParentState()
Removes a parent state from the stack.Methods in org.exolab.castor.xml.parsing with parameters of type UnmarshalStateModifier and TypeMethodDescriptionvoid
UnmarshalStateStack.pushState
(UnmarshalState state) Pushes aUnmarshalState
instance onto the stack- -
Uses of UnmarshalState in org.exolab.castor.xml.util
Methods in org.exolab.castor.xml.util with parameters of type UnmarshalStateModifier and TypeMethodDescriptionvoid
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