org.apache.maven.doxia.book.services.renderer.xdoc
public class SectionXdocBookSink extends AbstractXdocBookSink
XdocSink implementation for section in a book
Version: $Id: SectionXdocBookSink.java 572956 2007-09-05 14:22:50Z ltheussl $
| Constructor Summary | |
|---|---|
| SectionXdocBookSink(Writer out, IndexEntry indexEntry, I18N i18n)
Default constructor.
| |
| Method Summary | |
|---|---|
| protected void | navigationPanel() |
| protected void | next(IndexEntry parent, IndexEntry nextEntry)
Add next link.
|
| protected void | previous(IndexEntry parent, IndexEntry prevEntry)
Add previous link.
|
| protected void | up(IndexEntry parent)
Add parent/up link.
|
Parameters: out the Writer to use. indexEntry the IndexEntry. i18n the I18N.
See Also: navigationPanel
Parameters: parent the parent IndexEntry. nextEntry the next IndexEntry.
Parameters: parent the parent IndexEntry. prevEntry the previous IndexEntry.
Parameters: parent the parent IndexEntry.
See Also: ChapterXdocBookSink