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