org.apache.maven.doxia.book.services.renderer.xdoc

Class SectionXdocBookSink

public class SectionXdocBookSink extends AbstractXdocBookSink

A XdocSink implementation for section in a book

Version: $Id: SectionXdocBookSink.java 572956 2007-09-05 14:22:50Z ltheussl $

Author: Vincent Siveton

Constructor Summary
SectionXdocBookSink(Writer out, IndexEntry indexEntry, I18N i18n)
Default constructor.
Method Summary
protected voidnavigationPanel()
protected voidnext(IndexEntry parent, IndexEntry nextEntry)
Add next link.
protected voidprevious(IndexEntry parent, IndexEntry prevEntry)
Add previous link.
protected voidup(IndexEntry parent)
Add parent/up link.

Constructor Detail

SectionXdocBookSink

public SectionXdocBookSink(Writer out, IndexEntry indexEntry, I18N i18n)
Default constructor.

Parameters: out the Writer to use. indexEntry the IndexEntry. i18n the I18N.

Method Detail

navigationPanel

protected void navigationPanel()

See Also: navigationPanel

next

protected void next(IndexEntry parent, IndexEntry nextEntry)
Add next link.

Parameters: parent the parent IndexEntry. nextEntry the next IndexEntry.

previous

protected void previous(IndexEntry parent, IndexEntry prevEntry)
Add previous link.

Parameters: parent the parent IndexEntry. prevEntry the previous IndexEntry.

up

protected void up(IndexEntry parent)
Add parent/up link.

Parameters: parent the parent IndexEntry.

See Also: ChapterXdocBookSink

Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.