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 TypeMethodDescriptionvoidBaseDescriptor.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 topUnmarshalStateinstance from theUnmarshalStateStack.Methods in org.exolab.castor.xml with parameters of type UnmarshalStateModifier and TypeMethodDescriptionvoidXMLClassDescriptor.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 TypeMethodDescriptionvoidBaseDescriptor.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 topUnmarshalStateoff the stack.UnmarshalStateStack.removeParentState()Removes a parent state from the stack.Methods in org.exolab.castor.xml.parsing with parameters of type UnmarshalStateModifier and TypeMethodDescriptionvoidUnmarshalStateStack.pushState(UnmarshalState state) Pushes aUnmarshalStateinstance 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 TypeMethodDescriptionvoidXMLClassDescriptorImpl.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