com.smallx.xml.xslt
Interface XSLTCompilerFactory

All Known Implementing Classes:
XTCompilerFactory

public interface XSLTCompilerFactory


Method Summary
 XSLTCompiler createCompiler()
           
 DocumentLoader getDocumentLoader()
           
 Infoset getInfoset()
          Returns the infoset associated with this compiler.
 MessageHandler getMessageHandler()
           
 void setDocumentLoader(DocumentLoader loader)
           
 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.
 void setMessageHandler(MessageHandler handler)
           
 

Method Detail

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)