public final class DummyStructureTreeEventHandler extends java.lang.Object implements StructureTreeEventHandler
| Modifier and Type | Field and Description |
|---|---|
static StructureTreeEventHandler |
INSTANCE
The singleton instance of this class.
|
| 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)
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.
|
public static final StructureTreeEventHandler INSTANCE
public void startPageSequence(java.util.Locale locale,
java.lang.String role)
startPageSequence in interface StructureTreeEventHandlerlocale - The locale of the page sequencerole - the value of the role property. May be null.public void endPageSequence()
endPageSequence in interface StructureTreeEventHandlerpublic StructureTreeElement startNode(java.lang.String name, org.xml.sax.Attributes attributes)
startNode in interface StructureTreeEventHandlername - the name of the structure tree nodeattributes - the node propertiespublic void endNode(java.lang.String name)
endNode in interface StructureTreeEventHandlername - the name of the structure tree nodepublic StructureTreeElement startImageNode(java.lang.String name, org.xml.sax.Attributes attributes)
startImageNode in interface StructureTreeEventHandlername - the name of the structure tree nodeattributes - the node propertiespublic StructureTreeElement startReferencedNode(java.lang.String name, org.xml.sax.Attributes attributes)
startReferencedNode in interface StructureTreeEventHandlername - the name of the structure tree nodeattributes - the node propertiesCopyright 1999-2012 The Apache Software Foundation. All Rights Reserved.