com.jclark.xsl.sax
public class XMLProcessorImpl extends Object implements XMLProcessorEx
Nested Class Summary | |
---|---|
static interface | XMLProcessorImpl.Builder |
Constructor Summary | |
---|---|
XMLProcessorImpl(Parser parser)
construct with a SAX1 parser we may wish to re-use for
resolving e.g xsl:include |
Method Summary | |
---|---|
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) |
source
building an
object model of all its nodes
Returns: the document root
Returns: the document root