org.apache.maven.doxia.logging.LogEnabled, org.apache.maven.doxia.sink.Sink, org.codehaus.doxia.sink.Sinkpublic class SiteRendererSink
extends org.apache.maven.doxia.module.xhtml.XhtmlSink
implements org.apache.maven.doxia.sink.Sink, org.codehaus.doxia.sink.Sink
getTitle(),
getDate(),
getAuthors(),
getHead(),
getBody()A, ABBR, ACRONYM, ADDRESS, APPLET, AREA, B, BASE, BASEFONT, BDO, BIG, BLOCKQUOTE, BODY, BR, BUTTON, CAPTION, CDATA_TYPE, CENTER, CITE, CODE, COL, COLGROUP, DD, DEL, DFN, DIR, DIV, DL, DT, EM, ENTITY_TYPE, FIELDSET, FONT, FORM, FRAME, FRAMESET, H1, H2, H3, H4, H5, H6, HEAD, HR, HTML, I, IFRAME, IMG, INPUT, INS, ISINDEX, KBD, LABEL, LEGEND, LI, LINK, MAP, MENU, META, NOFRAMES, NOSCRIPT, OBJECT, OL, OPTGROUP, OPTION, P, PARAM, PRE, Q, S, SAMP, SCRIPT, SELECT, SMALL, SPAN, STRIKE, STRONG, STYLE, SUB, SUP, TABLE, TAG_TYPE_END, TAG_TYPE_SIMPLE, TAG_TYPE_START, TBODY, TD, TEXTAREA, TFOOT, TH, THEAD, TITLE, TR, TT, U, UL, VARCOLON, EOL, EQUAL, GREATER_THAN, LEFT_CURLY_BRACKET, LEFT_SQUARE_BRACKET, LESS_THAN, MINUS, PLUS, QUOTE, RIGHT_CURLY_BRACKET, RIGHT_SQUARE_BRACKET, SEMICOLON, SLASH, SPACE, STARJUSTIFY_CENTER, JUSTIFY_LEFT, JUSTIFY_RIGHT, NUMBERING_DECIMAL, NUMBERING_LOWER_ALPHA, NUMBERING_LOWER_ROMAN, NUMBERING_UPPER_ALPHA, NUMBERING_UPPER_ROMAN, ROLE, SECTION_LEVEL_1, SECTION_LEVEL_2, SECTION_LEVEL_3, SECTION_LEVEL_4, SECTION_LEVEL_5, SECTION_LEVEL_6tableAttributes, tableRows| Constructor | Description |
|---|---|
SiteRendererSink(RenderingContext renderingContext) |
Construct a new SiteRendererSink for a document.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
anchor(java.lang.String name,
org.apache.maven.doxia.sink.SinkEventAttributes attributes) |
|
void |
author() |
|
void |
author_() |
|
void |
body() |
Do nothing.
|
void |
body_() |
Do nothing.
|
void |
date() |
|
void |
date_() |
|
java.util.List<java.lang.String> |
getAuthors() |
Getter for the field
authors. |
java.lang.String |
getBody() |
getBody.
|
java.lang.String |
getDate() |
Getter for the field
date. |
java.lang.String |
getHead() |
getHead.
|
RenderingContext |
getRenderingContext() |
Getter for the field
renderingContext. |
java.lang.String |
getTitle() |
Getter for the field
title. |
void |
head() |
|
void |
head_() |
|
protected void |
onSectionTitle(int depth,
org.apache.maven.doxia.sink.SinkEventAttributes attributes) |
|
protected void |
onSectionTitle_(int depth) |
|
void |
text(java.lang.String text) |
|
void |
title() |
Reset text buffer, since text content before title mustn't be in title.
|
void |
title_() |
|
protected void |
write(java.lang.String text) |
enableLogging, getLog, unifyEOLsgetNameSpace, setInsertNewline, setNameSpace, writeEOL, writeSimpleTag, writeSimpleTag, writeStartTag, writeStartTagclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitanchor, anchor_, author, body, bold, bold_, close, comment, date, definedTerm, definedTerm, definedTerm_, definition, definition, definition_, definitionList, definitionList, definitionList_, definitionListItem, definitionListItem, definitionListItem_, figure, figure, figure_, figureCaption, figureCaption, figureCaption_, figureGraphics, figureGraphics, flush, head, horizontalRule, horizontalRule, italic, italic_, lineBreak, lineBreak, link, link, link_, list, list, list_, listItem, listItem, listItem_, monospaced, monospaced_, nonBreakingSpace, numberedList, numberedList, numberedList_, numberedListItem, numberedListItem, numberedListItem_, pageBreak, paragraph, paragraph, paragraph_, rawText, section, section_, section1, section1_, section2, section2_, section3, section3_, section4, section4_, section5, section5_, section6, section6_, sectionTitle, sectionTitle, sectionTitle_, sectionTitle_, sectionTitle1, sectionTitle1_, sectionTitle2, sectionTitle2_, sectionTitle3, sectionTitle3_, sectionTitle4, sectionTitle4_, sectionTitle5, sectionTitle5_, sectionTitle6, sectionTitle6_, table, table, table_, tableCaption, tableCaption, tableCaption_, tableCell, tableCell, tableCell, tableCell_, tableHeaderCell, tableHeaderCell, tableHeaderCell, tableHeaderCell_, tableRow, tableRow, tableRow_, tableRows, tableRows_, text, title, unknown, verbatim, verbatim, verbatim_author, body, date, definitionListItem, definitionListItem, definitionListItem_, head, section6, section6_, sectionTitle, sectionTitle_, sectionTitle6, sectionTitle6_, titleanchor, anchor_, bold, bold_, close, comment, content, definedTerm, definedTerm, definedTerm_, definition, definition, definition_, definitionList, definitionList, definitionList_, encodeURL, escapeHTML, figure, figure, figure_, figureCaption, figureCaption, figureCaption_, figureGraphics, figureGraphics, flush, getCellCount, getCellJustif, getTextBuffer, horizontalRule, horizontalRule, init, isHeadFlag, isVerbatimFlag, italic, italic_, lineBreak, lineBreak, link, link, link_, list, list, list_, listItem, listItem, listItem_, monospaced, monospaced_, nonBreakingSpace, numberedList, numberedList, numberedList_, numberedListItem, numberedListItem, numberedListItem_, onSection, onSection_, pageBreak, paragraph, paragraph, paragraph_, rawText, resetState, resetTextBuffer, section, section_, section1, section1_, section2, section2_, section3, section3_, section4, section4_, section5, section5_, sectionTitle, sectionTitle_, sectionTitle1, sectionTitle1_, sectionTitle2, sectionTitle2_, sectionTitle3, sectionTitle3_, sectionTitle4, sectionTitle4_, sectionTitle5, sectionTitle5_, setCellCount, setCellJustif, setHeadFlag, setVerbatimFlag, table, table, table_, tableCaption, tableCaption, tableCaption_, tableCell, tableCell, tableCell, tableCell_, tableHeaderCell, tableHeaderCell, tableHeaderCell, tableHeaderCell_, tableRow, tableRow, tableRow_, tableRows, tableRows_, text, unknown, verbatim, verbatim, verbatim_, verbatimContent, writeEndTag, writeStartTagpublic SiteRendererSink(RenderingContext renderingContext)
renderingContext - the document's RenderingContext.public void title_()
title_ in interface org.apache.maven.doxia.sink.Sinktitle_ in class org.apache.maven.doxia.module.xhtml.XhtmlSinkpublic void title()
title in interface org.apache.maven.doxia.sink.Sinktitle in class org.apache.maven.doxia.module.xhtml.XhtmlSinkXhtmlSink.title()public java.lang.String getTitle()
Getter for the field title.
String object.public void author()
author in interface org.apache.maven.doxia.sink.Sinkauthor in class org.apache.maven.doxia.sink.impl.SinkAdapterpublic void author_()
author_ in interface org.apache.maven.doxia.sink.Sinkauthor_ in class org.apache.maven.doxia.module.xhtml.XhtmlSinkpublic java.util.List<java.lang.String> getAuthors()
Getter for the field authors.
List object.public void date()
date in interface org.apache.maven.doxia.sink.Sinkdate in class org.apache.maven.doxia.sink.impl.SinkAdapterpublic void date_()
date_ in interface org.apache.maven.doxia.sink.Sinkdate_ in class org.apache.maven.doxia.module.xhtml.XhtmlSinkpublic java.lang.String getDate()
Getter for the field date.
String object.public void body_()
body_ in interface org.apache.maven.doxia.sink.Sinkbody_ in class org.apache.maven.doxia.module.xhtml.XhtmlSinkXhtmlSink.body_()public void body()
body in interface org.apache.maven.doxia.sink.Sinkbody in class org.apache.maven.doxia.module.xhtml.XhtmlSinkXhtmlSink.body()public java.lang.String getBody()
getBody.
String object.public java.lang.String getHead()
getHead.
String object.public void head_()
head_ in interface org.apache.maven.doxia.sink.Sinkhead_ in class org.apache.maven.doxia.module.xhtml.XhtmlSinkpublic void head()
head in interface org.apache.maven.doxia.sink.Sinkhead in class org.apache.maven.doxia.module.xhtml.XhtmlSinkpublic void anchor(java.lang.String name,
org.apache.maven.doxia.sink.SinkEventAttributes attributes)
anchor in interface org.apache.maven.doxia.sink.Sinkanchor in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkprotected void onSectionTitle(int depth,
org.apache.maven.doxia.sink.SinkEventAttributes attributes)
onSectionTitle in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkprotected void onSectionTitle_(int depth)
onSectionTitle_ in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkpublic RenderingContext getRenderingContext()
Getter for the field renderingContext.
public void text(java.lang.String text)
text in interface org.apache.maven.doxia.sink.Sinktext in class org.apache.maven.doxia.sink.impl.XhtmlBaseSinkprotected void write(java.lang.String text)
write in class org.apache.maven.doxia.sink.impl.XhtmlBaseSink