APTCONVERT 1.1

fr.pixware.apt.parse
Class SinkAdapter

java.lang.Object
  extended byfr.pixware.apt.parse.SinkAdapter
All Implemented Interfaces:
Sink
Direct Known Subclasses:
DocBookSink, HTMLSink, LatexSink, RTFSink, StructureSink

public class SinkAdapter
extends java.lang.Object
implements Sink


Field Summary
 
Fields inherited from interface fr.pixware.apt.parse.Sink
NUMBERING_DECIMAL, NUMBERING_LOWER_ALPHA, NUMBERING_LOWER_ROMAN, NUMBERING_UPPER_ALPHA, NUMBERING_UPPER_ROMAN
 
Constructor Summary
SinkAdapter()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SinkAdapter

public SinkAdapter()
Method Detail

head

public void head()
          throws ParseException
Specified by:
head in interface Sink
Throws:
ParseException

head_

public void head_()
           throws ParseException
Specified by:
head_ in interface Sink
Throws:
ParseException

body

public void body()
          throws ParseException
Specified by:
body in interface Sink
Throws:
ParseException

body_

public void body_()
           throws ParseException
Specified by:
body_ in interface Sink
Throws:
ParseException

section1

public void section1()
              throws ParseException
Specified by:
section1 in interface Sink
Throws:
ParseException

section1_

public void section1_()
               throws ParseException
Specified by:
section1_ in interface Sink
Throws:
ParseException

section2

public void section2()
              throws ParseException
Specified by:
section2 in interface Sink
Throws:
ParseException

section2_

public void section2_()
               throws ParseException
Specified by:
section2_ in interface Sink
Throws:
ParseException

section3

public void section3()
              throws ParseException
Specified by:
section3 in interface Sink
Throws:
ParseException

section3_

public void section3_()
               throws ParseException
Specified by:
section3_ in interface Sink
Throws:
ParseException

section4

public void section4()
              throws ParseException
Specified by:
section4 in interface Sink
Throws:
ParseException

section4_

public void section4_()
               throws ParseException
Specified by:
section4_ in interface Sink
Throws:
ParseException

section5

public void section5()
              throws ParseException
Specified by:
section5 in interface Sink
Throws:
ParseException

section5_

public void section5_()
               throws ParseException
Specified by:
section5_ in interface Sink
Throws:
ParseException

list

public void list()
          throws ParseException
Specified by:
list in interface Sink
Throws:
ParseException

list_

public void list_()
           throws ParseException
Specified by:
list_ in interface Sink
Throws:
ParseException

listItem

public void listItem()
              throws ParseException
Specified by:
listItem in interface Sink
Throws:
ParseException

listItem_

public void listItem_()
               throws ParseException
Specified by:
listItem_ in interface Sink
Throws:
ParseException

numberedList

public void numberedList(int numbering)
                  throws ParseException
Specified by:
numberedList in interface Sink
Throws:
ParseException

numberedList_

public void numberedList_()
                   throws ParseException
Specified by:
numberedList_ in interface Sink
Throws:
ParseException

numberedListItem

public void numberedListItem()
                      throws ParseException
Specified by:
numberedListItem in interface Sink
Throws:
ParseException

numberedListItem_

public void numberedListItem_()
                       throws ParseException
Specified by:
numberedListItem_ in interface Sink
Throws:
ParseException

definitionList

public void definitionList()
                    throws ParseException
Specified by:
definitionList in interface Sink
Throws:
ParseException

definitionList_

public void definitionList_()
                     throws ParseException
Specified by:
definitionList_ in interface Sink
Throws:
ParseException

definitionListItem

public void definitionListItem()
                        throws ParseException
Specified by:
definitionListItem in interface Sink
Throws:
ParseException

definitionListItem_

public void definitionListItem_()
                         throws ParseException
Specified by:
definitionListItem_ in interface Sink
Throws:
ParseException

definition

public void definition()
                throws ParseException
Specified by:
definition in interface Sink
Throws:
ParseException

definition_

public void definition_()
                 throws ParseException
Specified by:
definition_ in interface Sink
Throws:
ParseException

figure

public void figure()
            throws ParseException
Specified by:
figure in interface Sink
Throws:
ParseException

figure_

public void figure_()
             throws ParseException
Specified by:
figure_ in interface Sink
Throws:
ParseException

table

public void table()
           throws ParseException
Specified by:
table in interface Sink
Throws:
ParseException

table_

public void table_()
            throws ParseException
Specified by:
table_ in interface Sink
Throws:
ParseException

tableRows

public void tableRows(int[] justification,
                      boolean grid)
               throws ParseException
Specified by:
tableRows in interface Sink
Throws:
ParseException

tableRows_

public void tableRows_()
                throws ParseException
Specified by:
tableRows_ in interface Sink
Throws:
ParseException

tableRow

public void tableRow()
              throws ParseException
Specified by:
tableRow in interface Sink
Throws:
ParseException

tableRow_

public void tableRow_()
               throws ParseException
Specified by:
tableRow_ in interface Sink
Throws:
ParseException

title

public void title()
           throws ParseException
Specified by:
title in interface Sink
Throws:
ParseException

title_

public void title_()
            throws ParseException
Specified by:
title_ in interface Sink
Throws:
ParseException

author

public void author()
            throws ParseException
Specified by:
author in interface Sink
Throws:
ParseException

author_

public void author_()
             throws ParseException
Specified by:
author_ in interface Sink
Throws:
ParseException

date

public void date()
          throws ParseException
Specified by:
date in interface Sink
Throws:
ParseException

date_

public void date_()
           throws ParseException
Specified by:
date_ in interface Sink
Throws:
ParseException

sectionTitle

public void sectionTitle()
                  throws ParseException
Specified by:
sectionTitle in interface Sink
Throws:
ParseException

sectionTitle_

public void sectionTitle_()
                   throws ParseException
Specified by:
sectionTitle_ in interface Sink
Throws:
ParseException

paragraph

public void paragraph()
               throws ParseException
Specified by:
paragraph in interface Sink
Throws:
ParseException

paragraph_

public void paragraph_()
                throws ParseException
Specified by:
paragraph_ in interface Sink
Throws:
ParseException

verbatim

public void verbatim(boolean boxed)
              throws ParseException
Specified by:
verbatim in interface Sink
Throws:
ParseException

verbatim_

public void verbatim_()
               throws ParseException
Specified by:
verbatim_ in interface Sink
Throws:
ParseException

definedTerm

public void definedTerm()
                 throws ParseException
Specified by:
definedTerm in interface Sink
Throws:
ParseException

definedTerm_

public void definedTerm_()
                  throws ParseException
Specified by:
definedTerm_ in interface Sink
Throws:
ParseException

figureCaption

public void figureCaption()
                   throws ParseException
Specified by:
figureCaption in interface Sink
Throws:
ParseException

figureCaption_

public void figureCaption_()
                    throws ParseException
Specified by:
figureCaption_ in interface Sink
Throws:
ParseException

tableCell

public void tableCell()
               throws ParseException
Specified by:
tableCell in interface Sink
Throws:
ParseException

tableCell_

public void tableCell_()
                throws ParseException
Specified by:
tableCell_ in interface Sink
Throws:
ParseException

tableCaption

public void tableCaption()
                  throws ParseException
Specified by:
tableCaption in interface Sink
Throws:
ParseException

tableCaption_

public void tableCaption_()
                   throws ParseException
Specified by:
tableCaption_ in interface Sink
Throws:
ParseException

figureGraphics

public void figureGraphics(java.lang.String name)
                    throws ParseException
Specified by:
figureGraphics in interface Sink
Throws:
ParseException

horizontalRule

public void horizontalRule()
                    throws ParseException
Specified by:
horizontalRule in interface Sink
Throws:
ParseException

pageBreak

public void pageBreak()
               throws ParseException
Specified by:
pageBreak in interface Sink
Throws:
ParseException

anchor

public void anchor(java.lang.String name)
            throws ParseException
Specified by:
anchor in interface Sink
Throws:
ParseException

anchor_

public void anchor_()
             throws ParseException
Specified by:
anchor_ in interface Sink
Throws:
ParseException

link

public void link(java.lang.String name)
          throws ParseException
Specified by:
link in interface Sink
Throws:
ParseException

link_

public void link_()
           throws ParseException
Specified by:
link_ in interface Sink
Throws:
ParseException

italic

public void italic()
            throws ParseException
Specified by:
italic in interface Sink
Throws:
ParseException

italic_

public void italic_()
             throws ParseException
Specified by:
italic_ in interface Sink
Throws:
ParseException

bold

public void bold()
          throws ParseException
Specified by:
bold in interface Sink
Throws:
ParseException

bold_

public void bold_()
           throws ParseException
Specified by:
bold_ in interface Sink
Throws:
ParseException

monospaced

public void monospaced()
                throws ParseException
Specified by:
monospaced in interface Sink
Throws:
ParseException

monospaced_

public void monospaced_()
                 throws ParseException
Specified by:
monospaced_ in interface Sink
Throws:
ParseException

lineBreak

public void lineBreak()
               throws ParseException
Specified by:
lineBreak in interface Sink
Throws:
ParseException

nonBreakingSpace

public void nonBreakingSpace()
                      throws ParseException
Specified by:
nonBreakingSpace in interface Sink
Throws:
ParseException

text

public void text(java.lang.String text)
          throws ParseException
Specified by:
text in interface Sink
Throws:
ParseException

APTCONVERT 1.1