org.apache.maven.doxia.book.services.renderer.xhtml
public class XhtmlBookSink extends XhtmlSink
Version: $Id: XhtmlBookSink.java 573052 2007-09-05 20:53:09Z ltheussl $
| Constructor Summary | |
|---|---|
| XhtmlBookSink(Writer out, RenderingContext context)
Construct a new XhtmlBookSink.
| |
| Method Summary | |
|---|---|
| void | author_() Does nothing. |
| void | body() Does nothing. |
| void | body_() Does nothing. |
| void | bookAuthor_() Calls super.head_(). |
| void | bookBody() Calls super.body(). |
| void | bookBody_() Calls super.body_(). |
| void | bookDate_() Calls super.head_(). |
| void | bookHead() Calls super.head(). |
| void | bookHead_() Calls super.head_(). |
| void | bookTitle() Calls super.title(). |
| void | bookTitle_() Calls super.title_(). |
| void | date_() Does nothing. |
| void | head() Does nothing. |
| void | head_() Does nothing. |
| void | sectionTitle() |
| void | sectionTitle_() |
| void | title() Does nothing. |
| void | title_() Does nothing. |
Parameters: out the writer for the sink. context the RenderingContext.