com.smallx.xml.xslt
Interface XSLTCompilerFactory
- All Known Implementing Classes:
- XTCompilerFactory
- public interface XSLTCompilerFactory
createCompiler
public XSLTCompiler createCompiler()
setInfoset
public void setInfoset(DocumentLoader docLoader,
Infoset infoset)
- Sets the document loader to be used to loader stylesheets and as a default
for the resulting transformation's execution.
getInfoset
public Infoset getInfoset()
- Returns the infoset associated with this compiler.
getDocumentLoader
public DocumentLoader getDocumentLoader()
setDocumentLoader
public void setDocumentLoader(DocumentLoader loader)
getMessageHandler
public MessageHandler getMessageHandler()
setMessageHandler
public void setMessageHandler(MessageHandler handler)