com.smallx.xml.xslt.xt
Class XTCompilerFactory

java.lang.Object
  extended bycom.smallx.xml.xslt.xt.XTCompilerFactory
All Implemented Interfaces:
XSLTCompilerFactory

public class XTCompilerFactory
extends java.lang.Object
implements XSLTCompilerFactory


Constructor Summary
XTCompilerFactory()
          Creates a new instance of XTCompilerFactory
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XTCompilerFactory

public XTCompilerFactory()
Creates a new instance of XTCompilerFactory

Method Detail

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