|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.doxia.sink.SinkAdapter
org.apache.maven.doxia.sink.AbstractXmlSink
org.apache.maven.doxia.module.xdoc.XdocSink
org.apache.maven.doxia.book.services.renderer.xdoc.AbstractXdocBookSink
public abstract class AbstractXdocBookSink
Abstract XdocSink
implementation for book.
Field Summary |
---|
Fields inherited from class org.apache.maven.doxia.module.xdoc.XdocSink |
---|
buffer, headFlag, out, titleFlag |
Fields inherited from interface org.apache.maven.doxia.module.xdoc.XdocMarkup |
---|
AUTHOR_TAG, DATE_TAG, DOCUMENT_TAG, MACRO_TAG, PROPERTIES_TAG, SECTION_TAG, SOURCE_TAG, SUBSECTION_TAG |
Fields inherited from interface org.apache.maven.doxia.markup.XmlMarkup |
---|
BANG, CDATA |
Fields inherited from interface org.apache.maven.doxia.markup.Markup |
---|
EOL, EQUAL, GREATER_THAN, LEFT_CURLY_BRACKET, LEFT_SQUARE_BRACKET, LESS_THAN, MINUS, PLUS, QUOTE, RIGHT_CURLY_BRACKET, RIGHT_SQUARE_BRACKET, SLASH, SPACE, STAR |
Fields inherited from interface org.apache.maven.doxia.sink.Sink |
---|
NUMBERING_DECIMAL, NUMBERING_LOWER_ALPHA, NUMBERING_LOWER_ROMAN, NUMBERING_UPPER_ALPHA, NUMBERING_UPPER_ROMAN, ROLE, SECTION_LEVEL_1, SECTION_LEVEL_2, SECTION_LEVEL_3, SECTION_LEVEL_4, SECTION_LEVEL_5 |
Constructor Summary | |
---|---|
AbstractXdocBookSink(java.io.Writer out,
org.codehaus.plexus.i18n.I18N i18n)
Default constructor. |
Method Summary | |
---|---|
void |
author_()
Ending the author element. |
void |
body_()
Ending the body element. |
void |
body()
Starting the body of a document which contains the document's content. |
void |
date_()
Ending the date element. |
protected java.lang.String |
getString(java.lang.String key)
Gets a trimmed String for the given key from the resource bundle defined by Plexus. |
void |
head_()
Ending the head element. |
void |
head()
Starting the head element which contains information about the current document, such as its title, that is not considered document content. |
protected abstract void |
navigationPanel()
Add a navigation panel. |
void |
title_()
Ending the title element. |
Methods inherited from class org.apache.maven.doxia.sink.AbstractXmlSink |
---|
writeEndTag, writeSimpleTag, writeSimpleTag, writeStartTag, writeStartTag, writeStartTag |
Methods inherited from class org.apache.maven.doxia.sink.SinkAdapter |
---|
author, date, definitionListItem_, definitionListItem, pageBreak, rawText, sectionTitle_, sectionTitle, tableCell, tableHeaderCell, title |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractXdocBookSink(java.io.Writer out, org.codehaus.plexus.i18n.I18N i18n)
out
- a Writer.i18n
- I18N.Method Detail |
---|
public void head()
XdocSink
head
in interface Sink
head
in class XdocSink
XdocSink.head()
public void head_()
XdocSink
head_
in interface Sink
head_
in class XdocSink
XdocSink.head_()
public void author_()
XdocSink
author_
in interface Sink
author_
in class XdocSink
XdocSink.author_()
public void date_()
XdocSink
date_
in interface Sink
date_
in class XdocSink
XdocSink.date_()
public void body()
XdocSink
body
in interface Sink
body
in class XdocSink
XdocSink.body()
public void body_()
XdocSink
body_
in interface Sink
body_
in class XdocSink
XdocSink.body_()
public void title_()
XdocSink
title_
in interface Sink
title_
in class XdocSink
XdocSink.title_()
protected java.lang.String getString(java.lang.String key)
key
- the key for the desired string
protected abstract void navigationPanel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |