APTCONVERT 1.1

fr.pixware.apt.parse
Interface Sink

All Known Implementing Classes:
SinkAdapter

public interface Sink


Field Summary
static int NUMBERING_DECIMAL
           
static int NUMBERING_LOWER_ALPHA
           
static int NUMBERING_LOWER_ROMAN
           
static int NUMBERING_UPPER_ALPHA
           
static int NUMBERING_UPPER_ROMAN
           
 
Method Summary
 void anchor_()
           
 void anchor(java.lang.String name)
           
 void author_()
           
 void author()
           
 void body_()
           
 void body()
           
 void bold_()
           
 void bold()
           
 void date_()
           
 void date()
           
 void definedTerm_()
           
 void definedTerm()
           
 void definition_()
           
 void definition()
           
 void definitionList_()
           
 void definitionList()
           
 void definitionListItem_()
           
 void definitionListItem()
           
 void figure_()
           
 void figure()
           
 void figureCaption_()
           
 void figureCaption()
           
 void figureGraphics(java.lang.String name)
           
 void head_()
           
 void head()
           
 void horizontalRule()
           
 void italic_()
           
 void italic()
           
 void lineBreak()
           
 void link_()
           
 void link(java.lang.String name)
           
 void list_()
           
 void list()
           
 void listItem_()
           
 void listItem()
           
 void monospaced_()
           
 void monospaced()
           
 void nonBreakingSpace()
           
 void numberedList_()
           
 void numberedList(int numbering)
           
 void numberedListItem_()
           
 void numberedListItem()
           
 void pageBreak()
           
 void paragraph_()
           
 void paragraph()
           
 void section1_()
           
 void section1()
           
 void section2_()
           
 void section2()
           
 void section3_()
           
 void section3()
           
 void section4_()
           
 void section4()
           
 void section5_()
           
 void section5()
           
 void sectionTitle_()
           
 void sectionTitle()
           
 void table_()
           
 void table()
           
 void tableCaption_()
           
 void tableCaption()
           
 void tableCell_()
           
 void tableCell()
           
 void tableRow_()
           
 void tableRow()
           
 void tableRows_()
           
 void tableRows(int[] justification, boolean grid)
           
 void text(java.lang.String text)
           
 void title_()
           
 void title()
           
 void verbatim_()
           
 void verbatim(boolean boxed)
           
 

Field Detail

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
Method Detail

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

APTCONVERT 1.1