com.jclark.xsl.sax2
Class XMLProcessorImpl
java.lang.Object
com.jclark.xsl.sax2.XMLProcessorImpl
- XMLProcessor, XMLProcessorEx
public class XMLProcessorImpl
extends java.lang.Object
Builds an object model from a SAX event stream
static SAXTwoOMBuilder | createBuilder(String systemId, int documentIndex, LoadContext context, NameTable nameTable)
|
Result | createResult(Node baseNode, int documentIndex, LoadContext loadContext, Node[] rootNode)
|
Node | load(InputSource source, int documentIndex, LoadContext context, NameTable nameTable) - parse the xml stream at
source building an
object model of all its nodes
|
Node | load(URL url, int documentIndex, LoadContext context, NameTable nameTable)
|
void | setErrorHandler(ErrorHandler errorHandler)
|
void | setXMLReader(XMLReader reader)
|
XMLProcessorImpl
public XMLProcessorImpl()
XMLProcessorImpl
public XMLProcessorImpl(XMLReader reader)
construct with a SAX2 XML Reader we may wish to re-use for
resolving e.g xsl:include
setXMLReader
public void setXMLReader(XMLReader reader)