Class DOMScanner

  • All Implemented Interfaces:
    InfosetScanner, LocatorEx, Locator

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

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

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