Package com.nomagic.reportwizard.tools
Class DocBookTool
java.lang.Object
java.util.Observable
com.nomagic.magicreport.engine.Tool
com.nomagic.reportwizard.tools.DocBookTool
- All Implemented Interfaces:
ITool,IVariable,Serializable,Cloneable
The tool support docbook template.
- Since:
- Jul 18, 2008
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.nomagic.magicreport.engine.ITool
ITool.HTMLString, ITool.RetainedString, ITool.Void -
Field Summary
Fields inherited from class com.nomagic.magicreport.engine.Tool
context, properties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFormat the input text into docbook tags.Methods inherited from class com.nomagic.magicreport.engine.Tool
clone, getContext, getProperties, getProperty, getProperty, notifyObservers, setContext, setPropertiesMethods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, setChanged
-
Constructor Details
-
DocBookTool
public DocBookTool()
-
-
Method Details
-
format
Format the input text into docbook tags.- Parameters:
text- either plain text or html text.- Returns:
- new text in docbook format
-