public interface Receiver
Loader
.Modifier and Type | Method and Description |
---|---|
void |
receive(UnmarshallingContext.State state,
java.lang.Object o)
Called when the child loader is deactivated.
|
void receive(UnmarshallingContext.State state, java.lang.Object o) throws org.xml.sax.SAXException
state
- points to the parent's current state.o
- object that was loaded. may be null.org.xml.sax.SAXException