|
fop 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.accessibility.StructureTreeBuilder
Helper class that re-builds a structure tree from what is stored in an intermediate XML file (IF XML or Area Tree XML).
Constructor Summary | |
StructureTreeBuilder(javax.xml.transform.sax.SAXTransformerFactory factory)
Creates a new instance. |
Method Summary | |
org.xml.sax.ContentHandler |
getHandlerForNextPageSequence()
Returns a ContenHandler for parsing the structure of a new page sequence. |
StructureTree |
getStructureTree()
Returns the structure tree that will result from the parsing. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StructureTreeBuilder(javax.xml.transform.sax.SAXTransformerFactory factory)
factory
- a factory internally used to build the structures of page
sequencesMethod Detail |
public StructureTree getStructureTree()
public org.xml.sax.ContentHandler getHandlerForNextPageSequence() throws org.xml.sax.SAXException
org.xml.sax.SAXException
- if there is an error when creating the handler
|
fop 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |