(package private) UnmarshalHandler.Arguments | args - Holds on to Constructor arguments
|
(package private) StringBuffer | buffer - Characters read in during unmarshalling
|
(package private) XMLClassDescriptor | classDesc - The class descriptor for the Object, in case
FieldDescriptor#getClassDescriptor returns null
|
(package private) boolean | derived - Is this a derived field?
|
(package private) String | elementName - The xml element name of the current object
|
int | expectedIndex - Index of next expected sequence element; used during validation
|
(package private) XMLFieldDescriptor | fieldDesc - The field descriptor for the Object
|
(package private) Object | key - The key for the object.
|
(package private) String | location - Holds the current location path
|
(package private) boolean | nil - indicates if the xsi:nil='true' attribute
was present on the element
|
(package private) Object | object - The current that we are unmarshalling to
|
(package private) UnmarshalState | parent - A reference to the parent state.
|
(package private) boolean | primitiveOrImmutable - Is the field a primitive or immutable type?
|
(package private) UnmarshalState | targetState - The UnmarshalState which contains information
about the parent object for object containted
within this state.
|
(package private) boolean | trailingWhitespaceRemoved
|
(package private) Class | type - The class of the object, mainly used for primitives
|
boolean | withinMultivaluedElement - Indicates (during validation) whether the current field descriptor
points to a multi-valued element.
|
(package private) boolean | wrapper - Is this a wrapper state?
|
(package private) boolean | wsPreserve - The whitespace preserve flag
|