Class DOMForestScanner

java.lang.Object
com.sun.tools.xjc.reader.internalizer.DOMForestScanner

public class DOMForestScanner extends Object
Produces a complete series of SAX events from any DOM node in the DOMForest.

This class hides a logic of re-associating Locator to the generated SAX event stream.

Author:
Kohsuke Kawaguchi ([email protected])
  • Constructor Details

    • DOMForestScanner

      public DOMForestScanner(DOMForest _forest)
      Scans DOM nodes of the given forest. DOM node parameters to the scan method must be a part of this forest.
  • Method Details