com.jclark.xsl.sax
public interface XMLProcessorEx extends XMLProcessor
Method Summary | |
---|---|
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