Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.maven.doxia.sink.SinkAdapter
org.apache.maven.doxia.module.latex.LatexSink
public class LatexSink
extends SinkAdapter
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 |
Method Summary | |
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
protected void |
|
void |
|
void |
|
void | |
void | |
void | |
void | |
protected static String |
|
void |
|
void | |
void | |
void |
|
void |
|
void |
|
String | |
void |
|
void | |
void |
|
void |
|
void | |
void |
|
void |
|
void |
|
void |
|
void |
|
protected void |
|
void | |
void | |
void | |
void |
|
void | |
void | |
void | |
void | |
void |
|
void |
|
void |
|
void |
|
void |
|
void | |
void |
|
void |
|
void | |
void | |
void | |
void | |
void |
|
void | |
void |
|
void | |
void |
|
void |
|
void |
|
void |
|
void |
|
protected void |
|
void |
protected void content(String text)
public void definedTerm()
- Specified by:
- definedTerm in interface Sink
- Overrides:
- definedTerm in interface SinkAdapter
public void definedTerm_()
- Specified by:
- definedTerm_ in interface Sink
- Overrides:
- definedTerm_ in interface SinkAdapter
public void definitionList()
- Specified by:
- definitionList in interface Sink
- Overrides:
- definitionList in interface SinkAdapter
public void definitionList_()
- Specified by:
- definitionList_ in interface Sink
- Overrides:
- definitionList_ in interface SinkAdapter
protected static String escaped(String text)
public void figureCaption()
- Specified by:
- figureCaption in interface Sink
- Overrides:
- figureCaption in interface SinkAdapter
public void figureCaption_()
- Specified by:
- figureCaption_ in interface Sink
- Overrides:
- figureCaption_ in interface SinkAdapter
public void figureGraphics(String name)
- Specified by:
- figureGraphics in interface Sink
- Overrides:
- figureGraphics in interface SinkAdapter
public String getPreamble()
public void horizontalRule()
- Specified by:
- horizontalRule in interface Sink
- Overrides:
- horizontalRule in interface SinkAdapter
protected void markup(String text)
public void monospaced()
- Specified by:
- monospaced in interface Sink
- Overrides:
- monospaced in interface SinkAdapter
public void monospaced_()
- Specified by:
- monospaced_ in interface Sink
- Overrides:
- monospaced_ in interface SinkAdapter
public void nonBreakingSpace()
- Specified by:
- nonBreakingSpace in interface Sink
- Overrides:
- nonBreakingSpace in interface SinkAdapter
public void numberedList(int numbering)
- Specified by:
- numberedList in interface Sink
- Overrides:
- numberedList in interface SinkAdapter
public void numberedListItem()
- Specified by:
- numberedListItem in interface Sink
- Overrides:
- numberedListItem in interface SinkAdapter
public void numberedList_()
- Specified by:
- numberedList_ in interface Sink
- Overrides:
- numberedList_ in interface SinkAdapter
public void paragraph_()
- Specified by:
- paragraph_ in interface Sink
- Overrides:
- paragraph_ in interface SinkAdapter
public void sectionTitle_()
- Specified by:
- sectionTitle_ in interface Sink
- Overrides:
- sectionTitle_ in interface SinkAdapter
public void setPreamble(String preamble)
public void tableCaption()
- Specified by:
- tableCaption in interface Sink
- Overrides:
- tableCaption in interface SinkAdapter
public void tableCaption_()
- Specified by:
- tableCaption_ in interface Sink
- Overrides:
- tableCaption_ in interface SinkAdapter
public void tableCell_()
- Specified by:
- tableCell_ in interface Sink
- Overrides:
- tableCell_ in interface SinkAdapter
public void tableRows(int[] justification, boolean grid)
- Overrides:
- tableRows in interface SinkAdapter
public void tableRows_()
- Specified by:
- tableRows_ in interface Sink
- Overrides:
- tableRows_ in interface SinkAdapter
protected void verbatimContent(String text)