|
SMILA 1.0 API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.smila.processing.pipelets.xmlprocessing.util.XslTransformer
public class XslTransformer
A XslTransformer.
Constructor Summary | |
---|---|
XslTransformer()
Default Constructor. |
Method Summary | |
---|---|
org.w3c.dom.Document |
transform(org.w3c.dom.Document document,
java.lang.String xslFile)
Transforms a Document using the given xslFile. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XslTransformer()
Method Detail |
---|
public org.w3c.dom.Document transform(org.w3c.dom.Document document, java.lang.String xslFile) throws XslException, XMLUtilsException, java.io.IOException
document
- the Document to transformxslFile
- the xslFile
XslException
- if any error occurs
XMLUtilsException
- if any error occurs
java.io.IOException
- if any error occurs
|
SMILA 1.0 API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |