|
fop 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StructureTreeEventHandler
Receive notifications relating to the structure tree of an FO document. A structure tree is a reduced version of the document's FO tree, containing only the logical structure that is used by accessible output formats.
Method Summary | |
---|---|
void |
endNode(java.lang.String name)
Ends a structure tree node. |
void |
endPageSequence()
Ends a page sequence structure tree node. |
StructureTreeElement |
startImageNode(java.lang.String name,
org.xml.sax.Attributes attributes)
Starts an image node. |
StructureTreeElement |
startNode(java.lang.String name,
org.xml.sax.Attributes attributes)
Starts a structure tree node. |
void |
startPageSequence(java.util.Locale locale,
java.lang.String role)
Starts a page sequence structure tree node. |
StructureTreeElement |
startReferencedNode(java.lang.String name,
org.xml.sax.Attributes attributes)
Starts a node that can be referenced by other nodes. |
Method Detail |
---|
void startPageSequence(java.util.Locale locale, java.lang.String role)
locale
- The locale of the page sequencerole
- the value of the role property. May be null.StructureTreeElement startNode(java.lang.String name, org.xml.sax.Attributes attributes)
name
- the name of the structure tree nodeattributes
- the node properties
void endNode(java.lang.String name)
name
- the name of the structure tree nodeStructureTreeElement startImageNode(java.lang.String name, org.xml.sax.Attributes attributes)
name
- the name of the structure tree nodeattributes
- the node properties
StructureTreeElement startReferencedNode(java.lang.String name, org.xml.sax.Attributes attributes)
name
- the name of the structure tree nodeattributes
- the node properties
void endPageSequence()
|
fop 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |