public interface StructureTreeEventHandler
Modifier and Type | Method and Description |
---|---|
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,
StructureTreeElement parent)
Starts an image node.
|
StructureTreeElement |
startNode(java.lang.String name,
org.xml.sax.Attributes attributes,
StructureTreeElement parent)
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,
StructureTreeElement parent)
Starts a node that can be referenced by other nodes.
|
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, StructureTreeElement parent)
name
- the name of the structure tree nodeattributes
- the node propertiesparent
- the parent of the node. May be null, in which case the parent node is
the node corresponding to the previous call to this methodvoid endNode(java.lang.String name)
name
- the name of the structure tree nodeStructureTreeElement startImageNode(java.lang.String name, org.xml.sax.Attributes attributes, StructureTreeElement parent)
name
- the name of the structure tree nodeattributes
- the node propertiesparent
- the parent of the node. May be null, in which case the parent node is
the node corresponding to the previous call to this methodStructureTreeElement startReferencedNode(java.lang.String name, org.xml.sax.Attributes attributes, StructureTreeElement parent)
name
- the name of the structure tree nodeattributes
- the node propertiesparent
- the parent of the node. May be null, in which case the parent node is
the node corresponding to the previous call to this methodvoid endPageSequence()
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.