|
||||||||||
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
com.sun.xml.bind.v2.runtime.unmarshaller.WildcardLoader
public final class WildcardLoader
Feed incoming events to DomHandler
and builds a DOM tree.
Note that the SAXException returned by the ContentHandler is unreported. So we have to catch them and report it, then rethrow it if necessary.
Constructor Summary | |
---|---|
WildcardLoader(javax.xml.bind.annotation.DomHandler dom,
WildcardMode mode)
|
Method Summary |
---|
Methods inherited from class com.sun.xml.bind.v2.runtime.unmarshaller.ProxyLoader |
---|
leaveElement, startElement |
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 WildcardLoader(javax.xml.bind.annotation.DomHandler dom, WildcardMode mode)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |