|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.State
public final class UnmarshallingContext.State
State information for each element.
| Field Summary | |
|---|---|
Object |
backup
Hack for making JAXBElement unmarshalling work. |
String |
elementDefaultValue
If this element has an element default value. |
Intercepter |
intercepter
|
Loader |
loader
Loader that owns this element. |
UnmarshallingContext.State |
prev
UnmarshallingContext.State for the parent element
UnmarshallingContext.State objects form a doubly linked list. |
Receiver |
receiver
Once loader is completed, this receiver
receives the result. |
Object |
target
Object being unmarshalled by this loader. |
| Method Summary | |
|---|---|
UnmarshallingContext |
getContext()
Gets the context. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Loader loader
public Receiver receiver
loader is completed, this receiver
receives the result.
public Intercepter intercepter
public Object target
loader.
public Object backup
public String elementDefaultValue
Loader when
Loader#childElement(State, TagName) is called
or by a child Loader when
Loader#startElement(State, TagName) is called.
public final UnmarshallingContext.State prev
UnmarshallingContext.State for the parent element
UnmarshallingContext.State objects form a doubly linked list.
| Method Detail |
|---|
public UnmarshallingContext getContext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||