|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwatch.Transformation
watch.XslTransformation
class XslTransformation
User-defined XSL output transformation class.
Field Summary |
---|
Fields inherited from class watch.Transformation |
---|
HTML, IDENTITY, SHORT, TEXT, TIMEPLOT |
Constructor Summary | |
---|---|
XslTransformation(java.lang.String J_XslFileName)
Constructor. |
Method Summary | |
---|---|
boolean |
apply(org.w3c.dom.Document W_Input,
java.lang.String J_OutputFileName)
User-defined XSL transformation application. |
Methods inherited from class watch.Transformation |
---|
applyXsl |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XslTransformation(java.lang.String J_XslFileName)
J_XslFileName
- User defined XSL stylesheet file name.Method Detail |
---|
public boolean apply(org.w3c.dom.Document W_Input, java.lang.String J_OutputFileName)
apply
in class Transformation
W_Input
- Input XML document representative of the Watch computation.J_OutputFileName
- Output file name.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |