Class WildcardLoader
java.lang.Object
com.sun.xml.bind.v2.runtime.unmarshaller.Loader
com.sun.xml.bind.v2.runtime.unmarshaller.ProxyLoader
com.sun.xml.bind.v2.runtime.unmarshaller.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.
- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
-
Field Summary
Fields inherited from class com.sun.xml.bind.v2.runtime.unmarshaller.Loader
expectText -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected LoaderselectLoader(UnmarshallingContext.State state, TagName tag) Picks the loader to delegate to.Methods inherited from class com.sun.xml.bind.v2.runtime.unmarshaller.ProxyLoader
leaveElement, startElementMethods inherited from class com.sun.xml.bind.v2.runtime.unmarshaller.Loader
childElement, expectText, fireAfterUnmarshal, fireBeforeUnmarshal, getExpectedAttributes, getExpectedChildElements, handleGenericError, handleGenericException, handleGenericException, handleParseConversionException, reportError, reportError, reportUnexpectedChildElement, text
-
Constructor Details
-
WildcardLoader
-
-
Method Details
-
selectLoader
Description copied from class:ProxyLoaderPicks the loader to delegate to.- Specified by:
selectLoaderin classProxyLoader- Returns:
- never null.
- Throws:
SAXException
-