public class DocbookTransformer extends AbstractRichTextTransformer
RichTextTransformer which convert HTML into Docbook.| Constructor and Description | 
|---|
DocbookTransformer()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected String | 
_getSourceUriForHTML2RichText()
Returns the internal  
Source URI used to process the HTML editor content. | 
protected String | 
_getSourceUriForRichText2HTML()
Returns the internal  
Source URI used to process the RichText's InputStream. | 
service, transform, transformForEditing, transformForRenderingpublic DocbookTransformer()
protected String _getSourceUriForHTML2RichText()
AbstractRichTextTransformerSource URI used to process the HTML editor content._getSourceUriForHTML2RichText in class AbstractRichTextTransformerSource URI used to process the HTML editor content.protected String _getSourceUriForRichText2HTML()
AbstractRichTextTransformerSource URI used to process the RichText's InputStream._getSourceUriForRichText2HTML in class AbstractRichTextTransformerSource URI used to process the RichText's InputStream.