com.sun.xml.bind.v2.runtime.unmarshaller
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
public final class WildcardLoader
- extends ProxyLoader
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)
| Fields inherited from class com.sun.xml.bind.v2.runtime.unmarshaller.Loader |
expectText |
| Methods 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WildcardLoader
public WildcardLoader(DomHandler dom,
WildcardMode mode)
selectLoader
protected Loader selectLoader(UnmarshallingContext.State state,
TagName tag)
throws SAXException
- Description copied from class:
ProxyLoader
- Picks the loader to delegate to.
- Specified by:
selectLoader in class ProxyLoader
- Returns:
- never null.
- Throws:
SAXException
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.