handleXSLException
(package private) void handleXSLException(XSLException e)
throws SAXException,
IOException
loadStylesheet
public void loadStylesheet(InputSource sheetSource)
throws SAXException,
IOException
load (and compile) the stylesheet
- loadStylesheet in interface XSLProcessor
parse
public void parse(InputSource source)
throws SAXException,
IOException
load the input document into a (xslt) object model,
and run the transform
parse
public void parse(String systemId)
throws SAXException,
IOException
run the transform
phase
(package private) void phase(int n)
setContentHandler
public void setContentHandler(ContentHandler handler)
we can have either an OutputMethodHandler,
a ContentHandler or DocumentHandler, not two or three
setDTDHandler
public void setDTDHandler(DTDHandler handler)
SAX 1 Parser API
setDocumentHandler
public void setDocumentHandler(DocumentHandler handler)
we can have either an OutputMethodHandler,
or a DocumentHandler, not both
setEntityResolver
public void setEntityResolver(EntityResolver resolver)
SAX 1 PArser API
setErrorHandler
public void setErrorHandler(ErrorHandler handler)
SAX 1 PArser API
setLocale
public void setLocale(Locale locale)
throws SAXException
SAX 1 Parser API
setParser
public void setParser(Parser parser)
use same parser for input and styleSheet
- setParser in interface XSLProcessor
setParser
public void setParser(Parser sourceParser,
Parser sheetParser)
- setParser in interface XSLProcessor