|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.smallx.xml.xslt.xt.transform.CompilerImpl
Constructor Summary | |
CompilerImpl(Infoset infoset,
DocumentLoader loader,
ExtensionHandler extensionHandler)
|
Method Summary | |
Transformation |
compile(Element node)
Compiles a transformation. |
DocumentLoader |
getDocumentLoader()
|
boolean |
getIncludeComments()
|
boolean |
getIncludeProcessingInstructions()
|
Infoset |
getInfoset()
Returns the infoset associated with this compiler. |
MessageHandler |
getMessageHandler()
|
boolean |
getStripSource(Name elementTypeName)
|
java.util.Iterator |
getTargetVersions()
Returns the target XSLT versions supported by this compiler. |
java.lang.String |
getVendor()
Returns the vendor of this compiler. |
java.lang.String |
getVersion()
Returns the version of this compiler. |
void |
setDocumentLoader(DocumentLoader docLoader)
|
void |
setInfoset(DocumentLoader loader,
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 msgHandler)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CompilerImpl(Infoset infoset, DocumentLoader loader, ExtensionHandler extensionHandler)
Method Detail |
public java.util.Iterator getTargetVersions()
XSLTCompiler
getTargetVersions
in interface XSLTCompiler
public java.lang.String getVersion()
XSLTCompiler
getVersion
in interface XSLTCompiler
public java.lang.String getVendor()
XSLTCompiler
getVendor
in interface XSLTCompiler
public void setDocumentLoader(DocumentLoader docLoader)
setDocumentLoader
in interface XSLTCompiler
public void setMessageHandler(MessageHandler msgHandler)
setMessageHandler
in interface XSLTCompiler
public void setInfoset(DocumentLoader loader, Infoset infoset)
XSLTCompiler
setInfoset
in interface XSLTCompiler
public Transformation compile(Element node) throws XMLException
XSLTCompiler
compile
in interface XSLTCompiler
node
- An element the transformation.
XMLException
public DocumentLoader getDocumentLoader()
getDocumentLoader
in interface XSLTCompiler
public MessageHandler getMessageHandler()
getMessageHandler
in interface XSLTCompiler
public Infoset getInfoset()
XSLTCompiler
getInfoset
in interface XSLTCompiler
public boolean getStripSource(Name elementTypeName)
getStripSource
in interface LoadContext
public boolean getIncludeComments()
getIncludeComments
in interface LoadContext
public boolean getIncludeProcessingInstructions()
getIncludeProcessingInstructions
in interface LoadContext
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |