Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.jclark.xsl.sax.XMLProcessorImpl
Nested Class Summary | |
(package private) static interface |
Constructor Summary | |
|
Method Summary | |
Result |
|
Node |
|
Node |
|
void |
|
public XMLProcessorImpl(Parser parser)
construct with a SAX1 parser we may wish to re-use for resolving e.g xsl:include
public Result createResult(Node baseNode, int documentIndex, LoadContext loadContext, Node[] rootNode) throws XSLException
- Specified by:
- createResult in interface XMLProcessor
public Node load(InputSource source, int documentIndex, LoadContext context, NameTable nameTable) throws IOException, XSLException
parse the xml stream atsource
building an object model of all its nodes
- Specified by:
- load in interface XMLProcessorEx
- Returns:
- the document root
public Node load(URL url, int documentIndex, LoadContext context, NameTable nameTable) throws IOException, XSLException
- Specified by:
- load in interface XMLProcessor
- Returns:
- the document root
public void setErrorHandler(ErrorHandler errorHandler)
- Specified by:
- setErrorHandler in interface XMLProcessorEx