|
||||||||||
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.Loader
com.sun.xml.bind.v2.runtime.unmarshaller.ProxyLoader
public abstract class ProxyLoader
Loader
that delegates the processing to another Loader
at startElement(UnmarshallingContext.State, TagName)
.
Constructor Summary | |
---|---|
ProxyLoader()
|
Method Summary | |
---|---|
void |
leaveElement(UnmarshallingContext.State state,
TagName ea)
Called when this loaderis an active loaderand we see an end tag. |
void |
startElement(UnmarshallingContext.State state,
TagName ea)
Called when the loader is activated, which is when a new start tag is seen and when the parent designated this loader as the child loader. |
Methods inherited from class com.sun.xml.bind.v2.runtime.unmarshaller.Loader |
---|
childElement, expectText, getExpectedAttributes, getExpectedChildElements, handleGenericError, handleGenericException, reportError, text |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProxyLoader()
Method Detail |
---|
public final void startElement(UnmarshallingContext.State state, TagName ea) throws org.xml.sax.SAXException
Loader
The callee may change state.loader to designate another Loader
for the processing. It's the responsibility of the callee to forward the startElement
event in such a case.
startElement
in class Loader
ea
- info about the start tag. never null.
org.xml.sax.SAXException
public final void leaveElement(UnmarshallingContext.State state, TagName ea)
Loader
leaveElement
in class Loader
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |