Class DOMScanner

  • All Implemented Interfaces:
    InfosetScanner<Node>, LocatorEx, Locator

    public class DOMScanner
    extends Object
    implements LocatorEx, InfosetScanner<Node>
    Visits a W3C DOM tree and generates SAX2 events from it.

    This class is just intended to be used by AbstractUnmarshallerImpl. The jakarta.xml.bind.helpers package is generally a wrong place to put classes like this.

    Since:
    JAXB 1.0
    Author:
    • Kohsuke Kawaguchi, Sun Microsystems, Inc.