Class DOMForestParser

  • All Implemented Interfaces:
    com.sun.xml.xsom.parser.XMLParser

    public class DOMForestParser
    extends Object
    implements com.sun.xml.xsom.parser.XMLParser
    XMLParser implementation that parses XML from a DOM forest instead of parsing it from its original location.
    Author:
    Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com), Vivek Pandey