com.sun.xml.bind.v2.runtime.unmarshaller

Class 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.

Constructor Summary
WildcardLoader(DomHandler dom, WildcardMode mode)
Method Summary
protected LoaderselectLoader(UnmarshallingContext.State state, TagName tag)

Constructor Detail

WildcardLoader

public WildcardLoader(DomHandler dom, WildcardMode mode)

Method Detail

selectLoader

protected Loader selectLoader(UnmarshallingContext.State state, TagName tag)