com.jclark.xsl.sax
Interface XMLProcessorEx
- XMLProcessor
- XMLProcessorImpl, XMLProcessorImpl
public interface XMLProcessorEx
extended public interface for an XMLProcessor, which loads an XML
source into our own DOM-like structure
load
public Node load(InputSource source,
int documentIndex,
LoadContext context,
NameTable nameTable)
throws IOException,
XSLException
source
- the input to our parserdocumentIndex
- so we can distinguish between nodes in different docscontext
- ??nameTable
- we intern names to avoid wasting menmory
setErrorHandler
public void setErrorHandler(ErrorHandler errorHandler)