|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents an XSLT compiler that constructs MTraformation instances from XSLT source documents.
Method Summary | |
Transformation |
compile(Element root)
Compiles a transformation. |
DocumentLoader |
getDocumentLoader()
|
Infoset |
getInfoset()
Returns the infoset associated with this compiler. |
MessageHandler |
getMessageHandler()
|
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 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 |
public java.util.Iterator getTargetVersions()
public java.lang.String getVersion()
public java.lang.String getVendor()
public void setInfoset(DocumentLoader docLoader, Infoset infoset)
public Transformation compile(Element root) throws XMLException
root
- An element the transformation.
MXSLTException
- Thrown when there is a static error in compiling the stylesheet.
XMLException
public Infoset getInfoset()
public DocumentLoader getDocumentLoader()
public void setDocumentLoader(DocumentLoader loader)
public MessageHandler getMessageHandler()
public void setMessageHandler(MessageHandler handler)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |