|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwatch.Transformation
watch.HtmlTransformation
class HtmlTransformation
HTML transformation.
Field Summary |
---|
Fields inherited from class watch.Transformation |
---|
HTML, IDENTITY, SHORT, TEXT, TIMEPLOT |
Constructor Summary | |
---|---|
HtmlTransformation()
Constructor. |
Method Summary | |
---|---|
boolean |
apply(org.w3c.dom.Document XML_Input,
java.lang.String J_OutputFileName)
Post-computation transformation handler. |
static boolean |
copyResourcesWith(java.lang.String J_OutputFileName)
Copy HTML resources next to the output file. |
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 HtmlTransformation()
Method Detail |
---|
public boolean apply(org.w3c.dom.Document XML_Input, java.lang.String J_OutputFileName)
apply
in class Transformation
XML_Input
- XML result of the watch computation.J_OutputFileName
- Name of the file resulting of the transformation. null corresponds to the standard output.
Transformation.apply(org.w3c.dom.Document, java.lang.String)
public static final boolean copyResourcesWith(java.lang.String J_OutputFileName)
J_OutputFileName
- Output file to copy the resources next to.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |