com.smallx.xml.xslt.xt
Class XTCompilerFactory
java.lang.Object
com.smallx.xml.xslt.xt.XTCompilerFactory
- All Implemented Interfaces:
- XSLTCompilerFactory
- public class XTCompilerFactory
- extends java.lang.Object
- implements XSLTCompilerFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XTCompilerFactory
public XTCompilerFactory()
- Creates a new instance of XTCompilerFactory
createCompiler
public XSLTCompiler createCompiler()
- Specified by:
createCompiler
in interface XSLTCompilerFactory
getDocumentLoader
public DocumentLoader getDocumentLoader()
- Specified by:
getDocumentLoader
in interface XSLTCompilerFactory
getInfoset
public Infoset getInfoset()
- Description copied from interface:
XSLTCompilerFactory
- Returns the infoset associated with this compiler.
- Specified by:
getInfoset
in interface XSLTCompilerFactory
getMessageHandler
public MessageHandler getMessageHandler()
- Specified by:
getMessageHandler
in interface XSLTCompilerFactory
setDocumentLoader
public void setDocumentLoader(DocumentLoader loader)
- Specified by:
setDocumentLoader
in interface XSLTCompilerFactory
setInfoset
public void setInfoset(DocumentLoader docLoader,
Infoset infoset)
- Description copied from interface:
XSLTCompilerFactory
- Sets the document loader to be used to loader stylesheets and as a default
for the resulting transformation's execution.
- Specified by:
setInfoset
in interface XSLTCompilerFactory
setMessageHandler
public void setMessageHandler(MessageHandler handler)
- Specified by:
setMessageHandler
in interface XSLTCompilerFactory