|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.tireme.schemadoc.transform.XSLTTransformationsManager
public class XSLTTransformationsManager
Transformation wrapper for all three XSLT needed transformations
| Field Summary | |
|---|---|
static int |
DOCBOOK2F0_TRANSFORMATION
Identify transformation from docbook intermediate to FO. |
static int |
DOCBOOK2HTML_TRANSFORMATION
Identify transformation from docbook intermediate to HTML. |
static int |
DOCBOOK2JAVAHELP_TRANSFORMATION
Identify transformation from docbook intermediate to javahelp. |
static int |
DOCBOOK2WORD_TRANSFORMATION
Identify transformation from docbook intermediate to Word ML. |
static int |
ENHENCED_SD2DOCBOOK_TRANSFORMATION
Identify transformation from schmeaDoc to docbook intermediate. |
| Constructor Summary | |
|---|---|
XSLTTransformationsManager(SDOneConfigParams gui)
Prepare an intermediate XSLT transformation from schemadoc to docbook. |
|
XSLTTransformationsManager(SDOneConfigParams gui,
int transfoType)
Prepare all XSLT transformation, either initial for docbook and later for HTML, FO. |
|
| Method Summary | |
|---|---|
org.w3c.dom.Document |
transform(org.w3c.dom.Document doc)
Launch the prepared XSLT transformation using a file input |
org.w3c.dom.Document |
transform(org.w3c.dom.Document doc,
MyObservable obs)
|
org.w3c.dom.Document |
transform(java.io.File docFile)
Launch the prepared XSLT transformation using a file input |
org.w3c.dom.Document |
transform(java.io.File docFile,
MyObservable obs)
|
org.w3c.dom.Document |
transform(java.lang.String docFile)
Launch the prepared XSLT transformation using a file input |
org.w3c.dom.Document |
transform(java.lang.String docFile,
MyObservable obs)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int ENHENCED_SD2DOCBOOK_TRANSFORMATION
public static final int DOCBOOK2HTML_TRANSFORMATION
public static final int DOCBOOK2F0_TRANSFORMATION
public static final int DOCBOOK2JAVAHELP_TRANSFORMATION
public static final int DOCBOOK2WORD_TRANSFORMATION
| Constructor Detail |
|---|
public XSLTTransformationsManager(SDOneConfigParams gui)
throws SDExcept
gui - all information coming from the GUI main interface
SDExcept - Description of Exception
public XSLTTransformationsManager(SDOneConfigParams gui,
int transfoType)
throws SDExcept
gui - Description of ParametertransfoType - Description of Parameter
SDExcept - Description of Exception| Method Detail |
|---|
public org.w3c.dom.Document transform(java.io.File docFile)
throws SDExcept
docFile - the file path
SDExcept
public org.w3c.dom.Document transform(java.io.File docFile,
MyObservable obs)
throws SDExcept
docFile - Fileobs - MyObservable
SDExcept
public org.w3c.dom.Document transform(java.lang.String docFile)
throws SDExcept
docFile - the file path
SDExcept
public org.w3c.dom.Document transform(java.lang.String docFile,
MyObservable obs)
throws SDExcept
docFile - Stringobs - MyObservable
SDExcept
public org.w3c.dom.Document transform(org.w3c.dom.Document doc)
throws SDExcept
doc - the file path
SDExcept
public org.w3c.dom.Document transform(org.w3c.dom.Document doc,
MyObservable obs)
throws SDExcept
doc - Documentobs - MyObservable
SDExcept
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||