|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.doxia.sink.SinkAdapter
org.apache.maven.doxia.sink.AbstractXmlSink
org.apache.maven.doxia.module.xdoc.XdocSink
org.apache.maven.doxia.book.services.renderer.xdoc.AbstractXdocBookSink
org.apache.maven.doxia.book.services.renderer.xdoc.SectionXdocBookSink
public class SectionXdocBookSink
A XdocSink
implementation for section in a book
Field Summary |
---|
Fields inherited from class org.apache.maven.doxia.module.xdoc.XdocSink |
---|
buffer, headFlag, out, titleFlag |
Fields inherited from interface org.apache.maven.doxia.module.xdoc.XdocMarkup |
---|
AUTHOR_TAG, DATE_TAG, DOCUMENT_TAG, MACRO_TAG, PROPERTIES_TAG, SECTION_TAG, SOURCE_TAG, SUBSECTION_TAG |
Fields inherited from interface org.apache.maven.doxia.markup.XmlMarkup |
---|
BANG, CDATA |
Fields inherited from interface org.apache.maven.doxia.markup.Markup |
---|
EOL, EQUAL, GREATER_THAN, LEFT_CURLY_BRACKET, LEFT_SQUARE_BRACKET, LESS_THAN, MINUS, PLUS, QUOTE, RIGHT_CURLY_BRACKET, RIGHT_SQUARE_BRACKET, SLASH, SPACE, STAR |
Fields inherited from interface org.apache.maven.doxia.sink.Sink |
---|
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 |
Constructor Summary | |
---|---|
SectionXdocBookSink(java.io.Writer out,
org.apache.maven.doxia.index.IndexEntry indexEntry,
org.codehaus.plexus.i18n.I18N i18n)
Default constructor. |
Method Summary | |
---|---|
protected void |
navigationPanel()
Add a navigation panel. |
protected void |
next(org.apache.maven.doxia.index.IndexEntry parent,
org.apache.maven.doxia.index.IndexEntry nextEntry)
Add next link. |
protected void |
previous(org.apache.maven.doxia.index.IndexEntry parent,
org.apache.maven.doxia.index.IndexEntry prevEntry)
Add previous link. |
protected void |
up(org.apache.maven.doxia.index.IndexEntry parent)
Add parent/up link. |
Methods inherited from class org.apache.maven.doxia.book.services.renderer.xdoc.AbstractXdocBookSink |
---|
author_, body_, body, date_, getString, head_, head, title_ |
Methods inherited from class org.apache.maven.doxia.module.xdoc.XdocSink |
---|
anchor_, anchor, bold_, bold, close, content, definedTerm_, definedTerm, definition_, definition, definitionList_, definitionList, encodeURL, escapeHTML, figure_, figure, figureCaption_, figureCaption, figureGraphics, flush, horizontalRule, italic_, italic, lineBreak, link_, link, list_, list, listItem_, listItem, markup, monospaced_, monospaced, nonBreakingSpace, numberedList_, numberedList, numberedListItem_, numberedListItem, paragraph_, paragraph, resetState, section1_, section1, section2_, section2, section3_, section3, section4_, section4, section5_, section5, sectionTitle1_, sectionTitle1, sectionTitle2_, sectionTitle2, sectionTitle3_, sectionTitle3, sectionTitle4_, sectionTitle4, sectionTitle5_, sectionTitle5, table_, table, tableCaption_, tableCaption, tableCell_, tableCell_, tableCell, tableCell, tableHeaderCell_, tableHeaderCell, tableRow_, tableRow, tableRows_, tableRows, text, verbatim_, verbatim, verbatimContent, write |
Methods inherited from class org.apache.maven.doxia.sink.AbstractXmlSink |
---|
writeEndTag, writeSimpleTag, writeSimpleTag, writeStartTag, writeStartTag, writeStartTag |
Methods inherited from class org.apache.maven.doxia.sink.SinkAdapter |
---|
author, date, definitionListItem_, definitionListItem, pageBreak, rawText, sectionTitle_, sectionTitle, tableCell, tableHeaderCell, title |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SectionXdocBookSink(java.io.Writer out, org.apache.maven.doxia.index.IndexEntry indexEntry, org.codehaus.plexus.i18n.I18N i18n)
out
- the Writer to use.indexEntry
- the IndexEntry.i18n
- the I18N.Method Detail |
---|
protected void navigationPanel()
AbstractXdocBookSink
navigationPanel
in class AbstractXdocBookSink
AbstractXdocBookSink.navigationPanel()
protected void previous(org.apache.maven.doxia.index.IndexEntry parent, org.apache.maven.doxia.index.IndexEntry prevEntry)
parent
- the parent IndexEntry.prevEntry
- the previous IndexEntry.protected void up(org.apache.maven.doxia.index.IndexEntry parent)
parent
- the parent IndexEntry.org.apache.maven.doxia.book.services.renderer.xdoc.ChapterXdocBookSink#up(org.apache.maven.doxia.book.context.IndexEntry)
protected void next(org.apache.maven.doxia.index.IndexEntry parent, org.apache.maven.doxia.index.IndexEntry nextEntry)
parent
- the parent IndexEntry.nextEntry
- the next IndexEntry.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |