|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwatch.Transformation
public abstract class Transformation
Abstract class defining a post-computation transformation.
Watch.execute(java.lang.String, java.util.Collection, java.lang.String, java.lang.String, java.lang.String, boolean, boolean, watch.Transformation, java.lang.String)
Field Summary | |
---|---|
static Transformation |
HTML
HTML transformation. |
static Transformation |
IDENTITY
Identity transformation. |
static Transformation |
SHORT
Short transformation. |
static Transformation |
TEXT
Text transformation. |
static Transformation |
TIMEPLOT
Timeplot transformation. |
Constructor Summary | |
---|---|
Transformation()
Constructor. |
Method Summary | |
---|---|
abstract boolean |
apply(org.w3c.dom.Document XML_Input,
java.lang.String J_OutputFileName)
Post-computation transformation handler. |
protected boolean |
applyXsl(org.w3c.dom.Document XML_Input,
java.lang.String J_XslFileName,
java.lang.String J_OutputFileName)
XSL stylesheet application. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Transformation IDENTITY
public static final Transformation SHORT
public static final Transformation TEXT
public static final Transformation HTML
public static final Transformation TIMEPLOT
Watch.execute(java.lang.String, java.util.Collection, java.lang.String, java.lang.String, java.lang.String, boolean, boolean, watch.Transformation, java.lang.String)
Constructor Detail |
---|
public Transformation()
Method Detail |
---|
public abstract boolean apply(org.w3c.dom.Document XML_Input, java.lang.String J_OutputFileName)
XML_Input
- XML result of the watch computation.J_OutputFileName
- Name of the file resulting of the transformation. null corresponds to the standard output.
protected final boolean applyXsl(org.w3c.dom.Document XML_Input, java.lang.String J_XslFileName, java.lang.String J_OutputFileName)
XML_Input
- XML input structure. Basically the XML result of watch computation.J_XslFileName
- Path of the XSL stylesheet to apply.J_OutputFileName
- Name of the file resulting of the XSL transformation. null corresponds to the standard output.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |