Package | Description |
---|---|
org.exolab.castor.types |
The Castor implementation of specific XML Schema Types
|
org.exolab.castor.xml |
The XML Marshaller API
|
org.exolab.castor.xml.descriptors | |
org.exolab.castor.xml.parsing | |
org.exolab.castor.xml.util |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
UnmarshalState |
UnmarshalHandler.getTopState()
Returns the top
UnmarshalState instance from the UnmarshalStateStack . |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
UnmarshalStateStack.pushState(UnmarshalState state)
Pushes a
UnmarshalState instance onto the stack- |
Modifier and Type | Method and Description |
---|---|
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 © 2013. All rights reserved.