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.

Author:
Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)