fop 0.94 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.fop.fo.FOEventHandler
org.apache.fop.render.mif.MIFHandler
public class MIFHandler
extends FOEventHandler
Field Summary | |
protected MIFFile |
|
protected OutputStream |
|
Fields inherited from class org.apache.fop.fo.FOEventHandler | |
foUserAgent , fontInfo , propertyListMaker , whiteSpaceHandler |
Constructor Summary | |
|
Method Summary | |
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 | |
void | |
void | |
void | |
void |
|
void |
|
void | |
void |
|
void |
|
void | |
void | |
void | |
void | |
void | |
void | |
void |
|
void |
|
void | |
void | |
void |
|
public MIFHandler(FOUserAgent ua, OutputStream os)
Creates a new MIF handler on a given OutputStream.
- Parameters:
ua
- FOUserAgent instance for this processos
- OutputStream to write to
public void characters(data[] , int start, int length)
- Overrides:
- characters in interface FOEventHandler
- See Also:
org.apache.fop.fo.FOEventHandler.characters(char[], int, int)
public void endBlock(Block bl)
- Overrides:
- endBlock in interface FOEventHandler
- See Also:
FOEventHandler.endBlock(Block)
public void endBody(TableBody tb)
- Overrides:
- endBody in interface FOEventHandler
- See Also:
FOEventHandler.endBody(TableBody)
public void endCell(TableCell tc)
- Overrides:
- endCell in interface FOEventHandler
- See Also:
FOEventHandler.endCell(TableCell)
public void endColumn(TableColumn tc)
- Overrides:
- endColumn in interface FOEventHandler
- Parameters:
tc
- TableColumn that is ending;
public void endDocument() throws SAXException
- Overrides:
- endDocument in interface FOEventHandler
- See Also:
FOEventHandler.endDocument()
public void endFlow(Flow fl)
- Overrides:
- endFlow in interface FOEventHandler
- See Also:
FOEventHandler.endFlow(Flow)
public void endFooter(TableBody tf)
- Overrides:
- endFooter in interface FOEventHandler
- See Also:
FOEventHandler.endFooter(TableBody)
public void endFootnote(Footnote footnote)
- Overrides:
- endFootnote in interface FOEventHandler
- See Also:
FOEventHandler.endFootnote(Footnote)
public void endFootnoteBody(FootnoteBody body)
- Overrides:
- endFootnoteBody in interface FOEventHandler
public void endHeader(TableBody th)
- Overrides:
- endHeader in interface FOEventHandler
- See Also:
FOEventHandler.endHeader(TableBody)
public void endInline(Inline inl)
- Overrides:
- endInline in interface FOEventHandler
- Parameters:
inl
- Inline that is ending.
public void endLink()
- Overrides:
- endLink in interface FOEventHandler
- See Also:
FOEventHandler.endLink()
public void endList(ListBlock lb)
- Overrides:
- endList in interface FOEventHandler
- See Also:
FOEventHandler.endList(ListBlock)
public void endListBody()
- Overrides:
- endListBody in interface FOEventHandler
- See Also:
FOEventHandler.endListBody()
public void endListItem(ListItem li)
- Overrides:
- endListItem in interface FOEventHandler
- See Also:
FOEventHandler.endListItem(ListItem)
public void endListLabel()
- Overrides:
- endListLabel in interface FOEventHandler
- See Also:
FOEventHandler.endListLabel()
public void endMarkup()
- Overrides:
- endMarkup in interface FOEventHandler
- See Also:
FOEventHandler.endMarkup()
public void endPageNumber(PageNumber pagenum)
- Overrides:
- endPageNumber in interface FOEventHandler
- Parameters:
pagenum
- PageNumber that is ending.
public void endPageSequence(PageSequence pageSeq)
- Overrides:
- endPageSequence in interface FOEventHandler
public void endRow(TableRow tr)
- Overrides:
- endRow in interface FOEventHandler
- See Also:
FOEventHandler.endRow(TableRow)
public void endStatic()
- Overrides:
- endStatic in interface FOEventHandler
- See Also:
FOEventHandler.endStatic()
public void endTable(Table tbl)
- Overrides:
- endTable in interface FOEventHandler
- See Also:
FOEventHandler.endTable(Table)
public void foreignObject(InstreamForeignObject ifo)
- Overrides:
- foreignObject in interface FOEventHandler
public void leader(Leader l)
- Overrides:
- leader in interface FOEventHandler
- See Also:
FOEventHandler.leader(Leader)
public void pageRef()
- Overrides:
- pageRef in interface FOEventHandler
- See Also:
FOEventHandler.pageRef()
public void startBlock(Block bl)
- Overrides:
- startBlock in interface FOEventHandler
- See Also:
FOEventHandler.startBlock(Block)
public void startBody(TableBody tb)
- Overrides:
- startBody in interface FOEventHandler
- See Also:
FOEventHandler.startBody(TableBody)
public void startCell(TableCell tc)
- Overrides:
- startCell in interface FOEventHandler
- See Also:
FOEventHandler.startCell(TableCell)
public void startColumn(TableColumn tc)
- Overrides:
- startColumn in interface FOEventHandler
- Parameters:
tc
- TableColumn that is starting;
public void startDocument() throws SAXException
- Overrides:
- startDocument in interface FOEventHandler
- See Also:
FOEventHandler.startDocument()
public void startFlow(Flow fl)
- Overrides:
- startFlow in interface FOEventHandler
- See Also:
FOEventHandler.startFlow(Flow)
public void startFootnote(Footnote footnote)
- Overrides:
- startFootnote in interface FOEventHandler
public void startFootnoteBody(FootnoteBody body)
- Overrides:
- startFootnoteBody in interface FOEventHandler
public void startInline(Inline inl)
- Overrides:
- startInline in interface FOEventHandler
- Parameters:
inl
- Inline that is starting.
public void startLink(BasicLink basicLink)
- Overrides:
- startLink in interface FOEventHandler
- See Also:
org.apache.fop.fo.FOEventHandler.startLink(BasicLink basicLink)
public void startList(ListBlock lb)
- Overrides:
- startList in interface FOEventHandler
- See Also:
FOEventHandler.startList(ListBlock)
public void startListBody()
- Overrides:
- startListBody in interface FOEventHandler
- See Also:
FOEventHandler.startListBody()
public void startListItem(ListItem li)
- Overrides:
- startListItem in interface FOEventHandler
public void startListLabel()
- Overrides:
- startListLabel in interface FOEventHandler
- See Also:
FOEventHandler.startListLabel()
public void startMarkup()
- Overrides:
- startMarkup in interface FOEventHandler
- See Also:
FOEventHandler.startMarkup()
public void startPageNumber(PageNumber pagenum)
- Overrides:
- startPageNumber in interface FOEventHandler
- Parameters:
pagenum
- PageNumber that is starting.
public void startPageSequence(PageSequence pageSeq)
Start the page sequence. This creates the pages in the MIF document that will be used by the following flows and static areas.
- Overrides:
- startPageSequence in interface FOEventHandler
- See Also:
FOEventHandler
public void startRow(TableRow tr)
- Overrides:
- startRow in interface FOEventHandler
- See Also:
FOEventHandler.startRow(TableRow)
public void startStatic()
- Overrides:
- startStatic in interface FOEventHandler
- See Also:
FOEventHandler.startStatic()
public void startTable(Table tbl)
- Overrides:
- startTable in interface FOEventHandler
- See Also:
FOEventHandler.startTable(Table)
fop 0.94 |