public class DocbookEnhancer extends Object
Modifier and Type | Field and Description |
---|---|
private String |
_docbook2HTMLEditorXSLT |
private String |
_docbook2HTMLHandler |
private String |
_docbook2HTMLXSLT |
private String |
_docbook2outgoingReferencesXSLT |
private String |
_htmleditor2docbookHandler |
private String |
_htmleditor2DocbookXSLT |
Constructor and Description |
---|
DocbookEnhancer(String pluginName,
String htmleditor2DocbookXSLT,
String docbook2HTMLEditorXSLT,
String docbook2HTMLXSLT,
String docbook2outgoingReferencesXSLT,
String docbook2HTMLHandler,
String htmleditor2DocbookHandler)
Create a docbook enhancer
|
Modifier and Type | Method and Description |
---|---|
String |
getDocbook2HTMLEditorXSLT()
Get the xslt to use when transforming from docbook to htmleditor
|
String |
getDocbook2HTMLHandler()
Get the component role to use when transforming from docbook to html
|
String |
getDocbook2HTMLXSLT()
Get the xslt to use when transforming from docbook to html
|
String |
getDocbook2outgoingReferencesXSLT()
Get the xslt to use when transforming from docbook to html
|
String |
getHTMLEditor2DocbookHandler()
Get the component role to use when transforming from htmleditor to docbook
|
String |
getHTMLEditor2DocbookXSLT()
Get the xslt to use when transforming from htmleditor to docbook
|
private String _htmleditor2DocbookXSLT
private String _docbook2HTMLEditorXSLT
private String _docbook2outgoingReferencesXSLT
private String _docbook2HTMLXSLT
private String _docbook2HTMLHandler
private String _htmleditor2docbookHandler
public DocbookEnhancer(String pluginName, String htmleditor2DocbookXSLT, String docbook2HTMLEditorXSLT, String docbook2HTMLXSLT, String docbook2outgoingReferencesXSLT, String docbook2HTMLHandler, String htmleditor2DocbookHandler)
pluginName
- The name of the plugin declaring the enhancerhtmleditor2DocbookXSLT
- The fullpath to the xslt file or relative to the current plugindocbook2HTMLEditorXSLT
- The fullpath to the xslt file or relative to the current plugindocbook2HTMLXSLT
- The fullpath to the xslt file or relative to the current plugindocbook2outgoingReferencesXSLT
- The fullpath to the xslt file or relative to the current plugindocbook2HTMLHandler
- The role of a component that implements EnhancementTransformerhtmleditor2DocbookHandler
- The role of a component that implements EnhancementTransformerpublic String getHTMLEditor2DocbookXSLT()
public String getDocbook2HTMLEditorXSLT()
public String getDocbook2HTMLXSLT()
public String getDocbook2outgoingReferencesXSLT()
public String getDocbook2HTMLHandler()
public String getHTMLEditor2DocbookHandler()