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

Class ChapterXdocBookSink

public class ChapterXdocBookSink extends AbstractXdocBookSink

A XdocSink implementation for chapter in a book.

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

Author: Vincent Siveton

Constructor Summary
ChapterXdocBookSink(Writer out, IndexEntry chapterIndex, I18N i18n)
Default constructor.
Method Summary
protected voidnavigationPanel()
protected voidnext()
Add next link
protected voidprevious(IndexEntry prevChapter)
Add previous link.
protected voidup()
Add parent/up link.

Constructor Detail

ChapterXdocBookSink

public ChapterXdocBookSink(Writer out, IndexEntry chapterIndex, I18N i18n)
Default constructor.

Parameters: out the Writer. chapterIndex the chapter IndexEntry. i18n I18N.

Method Detail

navigationPanel

protected void navigationPanel()

See Also: navigationPanel

next

protected void next()
Add next link

previous

protected void previous(IndexEntry prevChapter)
Add previous link.

Parameters: prevChapter the previous IndexEntry.

up

protected void up()
Add parent/up link.
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.