com.jclark.xsl.sax2
public interface XMLProcessorEx extends XMLProcessor
| Method Summary | |
|---|---|
| SAXTwoOMBuilder | getConfiguredOMBuilder(String systemID, int documentIndex, LoadContext context, NameTable nameTable) |
| Node | load(InputSource source, int documentIndex, LoadContext context, NameTable nameTable) |
| void | setErrorHandler(ErrorHandler errorHandler) |
Parameters: source the input to our parser documentIndex so we can distinguish between nodes in different docs context ?? nameTable we intern names to avoid wasting menmory
Parameters: ErrorHandler a SAX errorHandler where we report parse errors