public class FO2StructureTreeConverter extends DelegatingFOEventHandler
fontInfo, foUserAgent
Constructor and Description |
---|
FO2StructureTreeConverter(StructureTreeEventHandler structureTreeEventHandler,
FOEventHandler delegate)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
character(Character c)
Process a Character.
|
void |
characters(FOText foText)
Process character data.
|
void |
endBlock(Block bl) |
void |
endBlockContainer(BlockContainer blc) |
void |
endBody(TableBody body) |
void |
endCell(TableCell tc) |
void |
endColumn(TableColumn tc) |
void |
endDocument()
This method is called to indicate the end of a document run.
|
void |
endExternalDocument(ExternalDocument document)
Process the end of the external-document extension.
|
void |
endFlow(Flow fl) |
void |
endFooter(TableFooter footer) |
void |
endFootnote(Footnote footnote)
Process the ending of a footnote.
|
void |
endFootnoteBody(FootnoteBody body)
Process the ending of a footnote body.
|
void |
endHeader(TableHeader header) |
void |
endInline(Inline inl) |
void |
endInstreamForeignObject(InstreamForeignObject ifo)
Process the end of an InstreamForeignObject.
|
void |
endLeader(Leader l)
Process the end of a Leader.
|
void |
endLink(BasicLink basicLink)
Process end of a Link.
|
void |
endList(ListBlock lb) |
void |
endListBody(ListItemBody listItemBody)
Process end of a ListBody.
|
void |
endListItem(ListItem li) |
void |
endListLabel(ListItemLabel listItemLabel)
Process end of a ListLabel.
|
void |
endMarkup()
Process end of a Markup.
|
void |
endPageNumber(PageNumber pagenum) |
void |
endPageNumberCitation(PageNumberCitation pageCite) |
void |
endPageNumberCitationLast(PageNumberCitationLast pageLast) |
void |
endPageSequence(PageSequence pageSeq) |
void |
endRetrieveMarker(RetrieveMarker retrieveMarker)
Process the ending of a retrieve-marker.
|
void |
endRetrieveTableMarker(RetrieveTableMarker retrieveTableMarker)
Process the ending of a retrieve-table-marker.
|
void |
endRoot(Root root)
Called upon end of root element.
|
void |
endRow(TableRow tr) |
void |
endStatic(StaticContent staticContent)
Process end of a Static.
|
void |
endTable(Table tbl) |
void |
endWrapper(Wrapper wrapper)
Process the ending of a wrapper.
|
void |
image(ExternalGraphic eg)
Process an ExternalGraphic.
|
void |
pageRef()
Process a pageRef.
|
void |
restoreState(RetrieveMarker retrieveMarker)
Restore the state of this event handler as it was when the given fo:retrieve-marker
element was processed.
|
void |
restoreState(RetrieveTableMarker retrieveTableMarker)
|
void |
startBlock(Block bl) |
void |
startBlockContainer(BlockContainer blc) |
void |
startBody(TableBody body) |
void |
startCell(TableCell tc) |
void |
startColumn(TableColumn tc) |
void |
startDocument()
This method is called to indicate the start of a new document run.
|
void |
startExternalDocument(ExternalDocument document)
Process the start of the external-document extension.
|
void |
startFlow(Flow fl)
This method is called to indicate the start of a new fo:flow
or fo:static-content.
|
void |
startFooter(TableFooter footer) |
void |
startFootnote(Footnote footnote)
Process the start of a footnote.
|
void |
startFootnoteBody(FootnoteBody body)
Process the start of a footnote body.
|
void |
startHeader(TableHeader header) |
void |
startInline(Inline inl) |
void |
startInstreamForeignObject(InstreamForeignObject ifo)
Process the start of an InstreamForeignObject.
|
void |
startLeader(Leader l)
Process the start of a Leader.
|
void |
startLink(BasicLink basicLink)
Process start of a Link.
|
void |
startList(ListBlock lb) |
void |
startListBody(ListItemBody listItemBody)
Process start of a ListBody.
|
void |
startListItem(ListItem li) |
void |
startListLabel(ListItemLabel listItemLabel)
Process start of a ListLabel.
|
void |
startMarkup()
Process start of a Markup.
|
void |
startPageNumber(PageNumber pagenum) |
void |
startPageNumberCitation(PageNumberCitation pageCite) |
void |
startPageNumberCitationLast(PageNumberCitationLast pageLast) |
void |
startPageSequence(PageSequence pageSeq) |
void |
startRetrieveMarker(RetrieveMarker retrieveMarker)
Process the start of a retrieve-marker.
|
void |
startRetrieveTableMarker(RetrieveTableMarker retrieveTableMarker)
Process the start of a retrieve-table-marker.
|
void |
startRoot(Root root)
Called upon start of root element.
|
void |
startRow(TableRow tr) |
void |
startStatic(StaticContent staticContent)
Process start of a Static.
|
void |
startTable(Table tbl) |
void |
startWrapper(Wrapper wrapper)
Process the start of a wrapper.
|
getFontInfo, getResults, getUserAgent
public FO2StructureTreeConverter(StructureTreeEventHandler structureTreeEventHandler, FOEventHandler delegate)
structureTreeEventHandler
- the object that will hold the structure treedelegate
- the FO event handler that must be wrapped by this instancepublic void startDocument() throws org.xml.sax.SAXException
FOEventHandler
startDocument
in class DelegatingFOEventHandler
org.xml.sax.SAXException
- In case of a problempublic void endDocument() throws org.xml.sax.SAXException
FOEventHandler
endDocument
in class DelegatingFOEventHandler
org.xml.sax.SAXException
- In case of a problempublic void startRoot(Root root)
FOEventHandler
startRoot
in class DelegatingFOEventHandler
root
- elementpublic void endRoot(Root root)
FOEventHandler
endRoot
in class DelegatingFOEventHandler
root
- elementpublic void startPageSequence(PageSequence pageSeq)
startPageSequence
in class DelegatingFOEventHandler
pageSeq
- PageSequence that is starting.public void endPageSequence(PageSequence pageSeq)
endPageSequence
in class DelegatingFOEventHandler
pageSeq
- PageSequence that is ending.public void startPageNumber(PageNumber pagenum)
startPageNumber
in class DelegatingFOEventHandler
pagenum
- PageNumber that is starting.public void endPageNumber(PageNumber pagenum)
endPageNumber
in class DelegatingFOEventHandler
pagenum
- PageNumber that is ending.public void startPageNumberCitation(PageNumberCitation pageCite)
startPageNumberCitation
in class DelegatingFOEventHandler
pageCite
- PageNumberCitation that is starting.public void endPageNumberCitation(PageNumberCitation pageCite)
endPageNumberCitation
in class DelegatingFOEventHandler
pageCite
- PageNumberCitation that is ending.public void startPageNumberCitationLast(PageNumberCitationLast pageLast)
startPageNumberCitationLast
in class DelegatingFOEventHandler
pageLast
- PageNumberCitationLast that is starting.public void endPageNumberCitationLast(PageNumberCitationLast pageLast)
endPageNumberCitationLast
in class DelegatingFOEventHandler
pageLast
- PageNumberCitationLast that is ending.public void startStatic(StaticContent staticContent)
FOEventHandler
startStatic
in class DelegatingFOEventHandler
staticContent
- StaticContent that is startingpublic void endStatic(StaticContent staticContent)
FOEventHandler
endStatic
in class DelegatingFOEventHandler
staticContent
- StaticContent that is endingpublic void startFlow(Flow fl)
FOEventHandler
startFlow
in class DelegatingFOEventHandler
fl
- Flow that is starting.public void endFlow(Flow fl)
endFlow
in class DelegatingFOEventHandler
fl
- Flow that is ending.public void startBlock(Block bl)
startBlock
in class DelegatingFOEventHandler
bl
- Block that is starting.public void endBlock(Block bl)
endBlock
in class DelegatingFOEventHandler
bl
- Block that is ending.public void startBlockContainer(BlockContainer blc)
startBlockContainer
in class DelegatingFOEventHandler
blc
- BlockContainer that is starting.public void endBlockContainer(BlockContainer blc)
endBlockContainer
in class DelegatingFOEventHandler
blc
- BlockContainer that is ending.public void startInline(Inline inl)
startInline
in class DelegatingFOEventHandler
inl
- Inline that is starting.public void endInline(Inline inl)
endInline
in class DelegatingFOEventHandler
inl
- Inline that is ending.public void startTable(Table tbl)
startTable
in class DelegatingFOEventHandler
tbl
- Table that is starting.public void endTable(Table tbl)
endTable
in class DelegatingFOEventHandler
tbl
- Table that is ending.public void startColumn(TableColumn tc)
startColumn
in class DelegatingFOEventHandler
tc
- TableColumn that is starting;public void endColumn(TableColumn tc)
endColumn
in class DelegatingFOEventHandler
tc
- TableColumn that is ending;public void startHeader(TableHeader header)
startHeader
in class DelegatingFOEventHandler
header
- TableHeader that is starting;public void endHeader(TableHeader header)
endHeader
in class DelegatingFOEventHandler
header
- TableHeader that is ending.public void startFooter(TableFooter footer)
startFooter
in class DelegatingFOEventHandler
footer
- TableFooter that is starting.public void endFooter(TableFooter footer)
endFooter
in class DelegatingFOEventHandler
footer
- TableFooter that is ending.public void startBody(TableBody body)
startBody
in class DelegatingFOEventHandler
body
- TableBody that is starting.public void endBody(TableBody body)
endBody
in class DelegatingFOEventHandler
body
- TableBody that is ending.public void startRow(TableRow tr)
startRow
in class DelegatingFOEventHandler
tr
- TableRow that is starting.public void endRow(TableRow tr)
endRow
in class DelegatingFOEventHandler
tr
- TableRow that is ending.public void startCell(TableCell tc)
startCell
in class DelegatingFOEventHandler
tc
- TableCell that is starting.public void endCell(TableCell tc)
endCell
in class DelegatingFOEventHandler
tc
- TableCell that is ending.public void startList(ListBlock lb)
startList
in class DelegatingFOEventHandler
lb
- ListBlock that is starting.public void endList(ListBlock lb)
endList
in class DelegatingFOEventHandler
lb
- ListBlock that is ending.public void startListItem(ListItem li)
startListItem
in class DelegatingFOEventHandler
li
- ListItem that is starting.public void endListItem(ListItem li)
endListItem
in class DelegatingFOEventHandler
li
- ListItem that is ending.public void startListLabel(ListItemLabel listItemLabel)
FOEventHandler
startListLabel
in class DelegatingFOEventHandler
listItemLabel
- ListItemLabel that is startingpublic void endListLabel(ListItemLabel listItemLabel)
FOEventHandler
endListLabel
in class DelegatingFOEventHandler
listItemLabel
- ListItemLabel that is endingpublic void startListBody(ListItemBody listItemBody)
FOEventHandler
startListBody
in class DelegatingFOEventHandler
listItemBody
- ListItemBody that is startingpublic void endListBody(ListItemBody listItemBody)
FOEventHandler
endListBody
in class DelegatingFOEventHandler
listItemBody
- ListItemBody that is endingpublic void startMarkup()
FOEventHandler
startMarkup
in class DelegatingFOEventHandler
public void endMarkup()
FOEventHandler
endMarkup
in class DelegatingFOEventHandler
public void startLink(BasicLink basicLink)
FOEventHandler
startLink
in class DelegatingFOEventHandler
basicLink
- BasicLink that is startingpublic void endLink(BasicLink basicLink)
FOEventHandler
endLink
in class DelegatingFOEventHandler
basicLink
- BasicLink that is endingpublic void image(ExternalGraphic eg)
FOEventHandler
image
in class DelegatingFOEventHandler
eg
- ExternalGraphic to process.public void pageRef()
FOEventHandler
pageRef
in class DelegatingFOEventHandler
public void startInstreamForeignObject(InstreamForeignObject ifo)
FOEventHandler
startInstreamForeignObject
in class DelegatingFOEventHandler
ifo
- InstreamForeignObject that is startingpublic void endInstreamForeignObject(InstreamForeignObject ifo)
FOEventHandler
endInstreamForeignObject
in class DelegatingFOEventHandler
ifo
- InstreamForeignObject that is endingpublic void startFootnote(Footnote footnote)
FOEventHandler
startFootnote
in class DelegatingFOEventHandler
footnote
- Footnote that is startingpublic void endFootnote(Footnote footnote)
FOEventHandler
endFootnote
in class DelegatingFOEventHandler
footnote
- Footnote that is endingpublic void startFootnoteBody(FootnoteBody body)
FOEventHandler
startFootnoteBody
in class DelegatingFOEventHandler
body
- FootnoteBody that is startingpublic void endFootnoteBody(FootnoteBody body)
FOEventHandler
endFootnoteBody
in class DelegatingFOEventHandler
body
- FootnoteBody that is endingpublic void startLeader(Leader l)
FOEventHandler
startLeader
in class DelegatingFOEventHandler
l
- Leader that is startingpublic void endLeader(Leader l)
FOEventHandler
endLeader
in class DelegatingFOEventHandler
l
- Leader that is endingpublic void startWrapper(Wrapper wrapper)
FOEventHandler
startWrapper
in class DelegatingFOEventHandler
wrapper
- wrapper that is startingpublic void endWrapper(Wrapper wrapper)
FOEventHandler
endWrapper
in class DelegatingFOEventHandler
wrapper
- wrapper that is endingpublic void startRetrieveMarker(RetrieveMarker retrieveMarker)
FOEventHandler
startRetrieveMarker
in class DelegatingFOEventHandler
retrieveMarker
- the retrieve-marker that is startingpublic void endRetrieveMarker(RetrieveMarker retrieveMarker)
FOEventHandler
endRetrieveMarker
in class DelegatingFOEventHandler
retrieveMarker
- the retrieve-marker that is endingpublic void restoreState(RetrieveMarker retrieveMarker)
FOEventHandler
The default implementation of this method does nothing.
restoreState
in class DelegatingFOEventHandler
retrieveMarker
- the fo:retrieve-marker element that is retrieving markerspublic void startRetrieveTableMarker(RetrieveTableMarker retrieveTableMarker)
FOEventHandler
startRetrieveTableMarker
in class DelegatingFOEventHandler
retrieveTableMarker
- the retrieve-table-marker that is startingpublic void endRetrieveTableMarker(RetrieveTableMarker retrieveTableMarker)
FOEventHandler
endRetrieveTableMarker
in class DelegatingFOEventHandler
retrieveTableMarker
- the retrieve-table-marker that is endingpublic void restoreState(RetrieveTableMarker retrieveTableMarker)
FOEventHandler
restoreState
in class DelegatingFOEventHandler
public void character(Character c)
FOEventHandler
character
in class DelegatingFOEventHandler
c
- Character to process.public void characters(FOText foText)
FOEventHandler
characters
in class DelegatingFOEventHandler
foText
- text to processpublic void startExternalDocument(ExternalDocument document)
FOEventHandler
startExternalDocument
in class DelegatingFOEventHandler
document
- the external-document nodepublic void endExternalDocument(ExternalDocument document)
FOEventHandler
endExternalDocument
in class DelegatingFOEventHandler
document
- the external-document nodeCopyright 1999-2017 The Apache Software Foundation. All Rights Reserved.