org.apache.maven.doxia.book.services.renderer.xdoc
public abstract class AbstractXdocBookSink extends XdocSink
XdocSink
implementation for book.
Version: $Id: AbstractXdocBookSink.java 572956 2007-09-05 14:22:50Z ltheussl $
Constructor Summary | |
---|---|
AbstractXdocBookSink(Writer out, I18N i18n)
Default constructor.
|
Method Summary | |
---|---|
void | author_() |
void | body() |
void | body_() |
void | date_() |
protected String | getString(String key)
Gets a trimmed String for the given key from the resource bundle defined by Plexus.
|
void | head() |
void | head_() |
protected abstract void | navigationPanel()
Add a navigation panel. |
void | title_() |
Parameters: out a Writer. i18n I18N.
See Also: author_
See Also: body
See Also: body_
See Also: date_
Parameters: key the key for the desired string
Returns: the string for the given key
See Also: head
See Also: head_
See Also: title_