|
||||||||||
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.AbstractTextSink
org.apache.maven.doxia.module.latex.LatexSink
org.apache.maven.doxia.book.services.renderer.latex.LatexBookSink
public class LatexBookSink
Field Summary |
---|
Fields inherited from interface org.apache.maven.doxia.markup.TextMarkup |
---|
PIPE |
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 | |
---|---|
LatexBookSink(java.io.Writer out)
Construct a new LatexBookSink which is a LatexSink with the given writer, null sinkCommands, null preamble and fragmentDocument = true. |
Method Summary | |
---|---|
protected java.lang.String |
getDocumentBegin()
Returns a default \begin{document} declaration. |
protected java.lang.String |
getDocumentStart()
Returns a default \documentclass declaration. |
java.lang.String |
getTitle()
Return the title. |
void |
text(java.lang.String newText)
Adding a text. |
void |
title_()
Ending the title element. |
Methods inherited from class org.apache.maven.doxia.module.latex.LatexSink |
---|
anchor_, anchor, author_, author, body_, body, bold_, bold, close, content, date_, date, defaultPreamble, defaultSinkCommands, definedTerm_, definedTerm, definitionList_, definitionList, escaped, figure_, figure, figureCaption_, figureCaption, figureGraphics, flush, getDefaultPreamble, getDefaultSinkCommands, getDocumentEnd, head, horizontalRule, italic_, italic, lineBreak, link_, link, list_, list, listItem, markup, monospaced_, monospaced, nonBreakingSpace, numberedList_, numberedList, numberedListItem, pageBreak, paragraph_, sectionTitle_, sectionTitle1_, sectionTitle1, sectionTitle2_, sectionTitle2, sectionTitle3_, sectionTitle3, sectionTitle4_, sectionTitle4, sectionTitle5_, sectionTitle5, table_, table, tableCaption_, tableCaption, tableCell_, tableCell_, tableCell, tableCell, tableHeaderCell_, tableHeaderCell, tableRow_, tableRow, tableRows_, tableRows, title, verbatim_, verbatim, verbatimContent |
Methods inherited from class org.apache.maven.doxia.sink.SinkAdapter |
---|
definition_, definition, definitionListItem_, definitionListItem, head_, listItem_, numberedListItem_, paragraph, rawText, section1_, section1, section2_, section2, section3_, section3, section4_, section4, section5_, section5, sectionTitle, tableCell, tableHeaderCell |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LatexBookSink(java.io.Writer out)
out
- the writer for the sink.Method Detail |
---|
protected java.lang.String getDocumentStart()
getDocumentStart
in class LatexSink
protected java.lang.String getDocumentBegin()
getDocumentBegin
in class LatexSink
public void text(java.lang.String newText)
text
in interface Sink
text
in class LatexSink
newText
- The text to write.public void title_()
title_
in interface Sink
title_
in class LatexSink
public java.lang.String getTitle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |