@API(type=NOT_EXTENDABLE,
     src=PUBLIC)
public interface AuthorHTMLRenderer
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
TAG_NAME_DELIMITER
Delimiter char between the tag name and namespace used to encode both of
 them in a single attribute. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
render()
Renders the entire document in HTML format. 
 | 
void | 
renderContentAndSentinels()
Renders only the content and sentinels of the document (without the 'div'
 HTML tag). 
 | 
void | 
renderNode(AuthorNode node)
Renders the content of the node including the 'div' HTML tag. 
 | 
void | 
renderNodeContentAndSentinels(AuthorNode node)
Renders the content and sentinels of a specific node from the document 
 (without the 'div' HTML tag). 
 | 
static final java.lang.String TAG_NAME_DELIMITER
void render()
            throws javax.swing.text.BadLocationException,
                   java.io.IOException
javax.swing.text.BadLocationExceptionjava.io.IOExceptionvoid renderContentAndSentinels()
                               throws javax.swing.text.BadLocationException,
                                      java.io.IOException
javax.swing.text.BadLocationExceptionjava.io.IOExceptionvoid renderNodeContentAndSentinels(AuthorNode node) throws javax.swing.text.BadLocationException, java.io.IOException
node - The node to be rendered.javax.swing.text.BadLocationExceptionjava.io.IOExceptionvoid renderNode(AuthorNode node) throws javax.swing.text.BadLocationException, java.io.IOException
node - The author node to render.javax.swing.text.BadLocationExceptionjava.io.IOException© Copyright SyncRO Soft SRL 2002 - 2014. All rights reserved.