|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.commons.taskdefs.Formatter
public abstract class Formatter
Abstract class that defines the interface of a DocBook renderer.
| Method Summary | |
|---|---|
protected void |
executeSaxon(XtremeDocs parent,
File in,
File out)
|
abstract String |
getFileExtension()
Returns the filename extension. |
XtremeDocs.FormatterInfoData |
getInfoData()
Returns the formatter's meta data. |
static Formatter |
getInstance(XtremeDocs.FormatterInfoData f)
Factory method to create a concrete instance of a formatter. |
protected boolean |
haveRenderX(XtremeDocs parent)
|
abstract void |
transform(XtremeDocs parent,
File in,
File out)
Transforms the given DocBook input file and writes the result to out. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Formatter getInstance(XtremeDocs.FormatterInfoData f)
f - the meta data object initialized by the ant task.
public abstract void transform(XtremeDocs parent,
File in,
File out)
parent - the parent task.in - the input file.out - the ouput file.public abstract String getFileExtension()
public XtremeDocs.FormatterInfoData getInfoData()
protected void executeSaxon(XtremeDocs parent,
File in,
File out)
protected boolean haveRenderX(XtremeDocs parent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||