|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.openharbor.beck.unmarshal.DefaultUnmarshaller com.openharbor.beck.unmarshal.DanglingUnmarshaller
An unmarshaller that may call addToParent later than afterEndObject.
Field Summary |
Fields inherited from class com.openharbor.beck.unmarshal.DefaultUnmarshaller |
data, documentState, log |
Constructor Summary | |
DanglingUnmarshaller()
|
Method Summary | |
protected void |
afterEndObject()
Don't call addToParent (as the inherited method would). |
protected void |
disengaged()
The last engagement on this will soon be disengaged. |
protected void |
setParentAndSource(Unmarshaller parent,
XMLThing source)
Maintain an engagement on the parent Unmarshaller. |
Methods inherited from class com.openharbor.beck.unmarshal.DefaultUnmarshaller |
addChild, addToParent, addValue, disengage, endElement, endObject, engage, getChildClass, getMap, getMapFromXML, getObject, getObjectClass, getParent, getSource, getSourceXPath, getXMLContext, getXName, getXPath, isEngaged, newObject, processAttributes, referToThis, reset, rethrow, setMapFromXML, setObject, setObjectClass, setValue, setXMLContext, startElement, startObject, toString, trim |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DanglingUnmarshaller()
Method Detail |
protected void setParentAndSource(Unmarshaller parent, XMLThing source)
When ContractionUnmarshallers are cascaded, they build up a chain of engagements, with each engaging its parent.
setParentAndSource
in class DefaultUnmarshaller
protected void afterEndObject()
afterEndObject
in class DefaultUnmarshaller
protected void disengaged() throws java.lang.Exception
DefaultUnmarshaller
disengaged
in class DefaultUnmarshaller
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |