fr.pixware.apt.parse
Interface Sink
- All Known Implementing Classes:
- DocBookSink, HTMLSink, LatexSink, RTFSink, SinkAdapter, StructureSink
public interface Sink
NUMBERING_DECIMAL
static final int NUMBERING_DECIMAL
- See Also:
- Constant Field Values
NUMBERING_LOWER_ALPHA
static final int NUMBERING_LOWER_ALPHA
- See Also:
- Constant Field Values
NUMBERING_UPPER_ALPHA
static final int NUMBERING_UPPER_ALPHA
- See Also:
- Constant Field Values
NUMBERING_LOWER_ROMAN
static final int NUMBERING_LOWER_ROMAN
- See Also:
- Constant Field Values
NUMBERING_UPPER_ROMAN
static final int NUMBERING_UPPER_ROMAN
- See Also:
- Constant Field Values
head
void head()
throws ParseException
- Throws:
ParseException
head_
void head_()
throws ParseException
- Throws:
ParseException
body
void body()
throws ParseException
- Throws:
ParseException
body_
void body_()
throws ParseException
- Throws:
ParseException
section1
void section1()
throws ParseException
- Throws:
ParseException
section1_
void section1_()
throws ParseException
- Throws:
ParseException
section2
void section2()
throws ParseException
- Throws:
ParseException
section2_
void section2_()
throws ParseException
- Throws:
ParseException
section3
void section3()
throws ParseException
- Throws:
ParseException
section3_
void section3_()
throws ParseException
- Throws:
ParseException
section4
void section4()
throws ParseException
- Throws:
ParseException
section4_
void section4_()
throws ParseException
- Throws:
ParseException
section5
void section5()
throws ParseException
- Throws:
ParseException
section5_
void section5_()
throws ParseException
- Throws:
ParseException
list
void list()
throws ParseException
- Throws:
ParseException
list_
void list_()
throws ParseException
- Throws:
ParseException
listItem
void listItem()
throws ParseException
- Throws:
ParseException
listItem_
void listItem_()
throws ParseException
- Throws:
ParseException
numberedList
void numberedList(int numbering)
throws ParseException
- Throws:
ParseException
numberedList_
void numberedList_()
throws ParseException
- Throws:
ParseException
numberedListItem
void numberedListItem()
throws ParseException
- Throws:
ParseException
numberedListItem_
void numberedListItem_()
throws ParseException
- Throws:
ParseException
definitionList
void definitionList()
throws ParseException
- Throws:
ParseException
definitionList_
void definitionList_()
throws ParseException
- Throws:
ParseException
definitionListItem
void definitionListItem()
throws ParseException
- Throws:
ParseException
definitionListItem_
void definitionListItem_()
throws ParseException
- Throws:
ParseException
definition
void definition()
throws ParseException
- Throws:
ParseException
definition_
void definition_()
throws ParseException
- Throws:
ParseException
figure
void figure()
throws ParseException
- Throws:
ParseException
figure_
void figure_()
throws ParseException
- Throws:
ParseException
table
void table()
throws ParseException
- Throws:
ParseException
table_
void table_()
throws ParseException
- Throws:
ParseException
tableRows
void tableRows(int[] justification,
boolean grid)
throws ParseException
- Throws:
ParseException
tableRows_
void tableRows_()
throws ParseException
- Throws:
ParseException
tableRow
void tableRow()
throws ParseException
- Throws:
ParseException
tableRow_
void tableRow_()
throws ParseException
- Throws:
ParseException
title
void title()
throws ParseException
- Throws:
ParseException
title_
void title_()
throws ParseException
- Throws:
ParseException
author
void author()
throws ParseException
- Throws:
ParseException
author_
void author_()
throws ParseException
- Throws:
ParseException
date
void date()
throws ParseException
- Throws:
ParseException
date_
void date_()
throws ParseException
- Throws:
ParseException
sectionTitle
void sectionTitle()
throws ParseException
- Throws:
ParseException
sectionTitle_
void sectionTitle_()
throws ParseException
- Throws:
ParseException
paragraph
void paragraph()
throws ParseException
- Throws:
ParseException
paragraph_
void paragraph_()
throws ParseException
- Throws:
ParseException
verbatim
void verbatim(boolean boxed)
throws ParseException
- Throws:
ParseException
verbatim_
void verbatim_()
throws ParseException
- Throws:
ParseException
definedTerm
void definedTerm()
throws ParseException
- Throws:
ParseException
definedTerm_
void definedTerm_()
throws ParseException
- Throws:
ParseException
figureCaption
void figureCaption()
throws ParseException
- Throws:
ParseException
figureCaption_
void figureCaption_()
throws ParseException
- Throws:
ParseException
tableCell
void tableCell()
throws ParseException
- Throws:
ParseException
tableCell_
void tableCell_()
throws ParseException
- Throws:
ParseException
tableCaption
void tableCaption()
throws ParseException
- Throws:
ParseException
tableCaption_
void tableCaption_()
throws ParseException
- Throws:
ParseException
figureGraphics
void figureGraphics(java.lang.String name)
throws ParseException
- Throws:
ParseException
horizontalRule
void horizontalRule()
throws ParseException
- Throws:
ParseException
pageBreak
void pageBreak()
throws ParseException
- Throws:
ParseException
anchor
void anchor(java.lang.String name)
throws ParseException
- Throws:
ParseException
anchor_
void anchor_()
throws ParseException
- Throws:
ParseException
link
void link(java.lang.String name)
throws ParseException
- Throws:
ParseException
link_
void link_()
throws ParseException
- Throws:
ParseException
italic
void italic()
throws ParseException
- Throws:
ParseException
italic_
void italic_()
throws ParseException
- Throws:
ParseException
bold
void bold()
throws ParseException
- Throws:
ParseException
bold_
void bold_()
throws ParseException
- Throws:
ParseException
monospaced
void monospaced()
throws ParseException
- Throws:
ParseException
monospaced_
void monospaced_()
throws ParseException
- Throws:
ParseException
lineBreak
void lineBreak()
throws ParseException
- Throws:
ParseException
nonBreakingSpace
void nonBreakingSpace()
throws ParseException
- Throws:
ParseException
text
void text(java.lang.String text)
throws ParseException
- Throws:
ParseException