|
fop 2.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.fop.render.pdf.PDFStructureTreeBuilder
public class PDFStructureTreeBuilder
| Constructor Summary | |
|---|---|
PDFStructureTreeBuilder()
|
|
| Method Summary | |
|---|---|
static PDFStructElem |
createStructureElement(java.lang.String name,
StructureHierarchyMember parent,
org.xml.sax.Attributes attributes,
PDFFactory pdfFactory,
EventBroadcaster eventBroadcaster)
|
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 language,
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PDFStructureTreeBuilder()
| Method Detail |
|---|
public static PDFStructElem createStructureElement(java.lang.String name,
StructureHierarchyMember parent,
org.xml.sax.Attributes attributes,
PDFFactory pdfFactory,
EventBroadcaster eventBroadcaster)
public void startPageSequence(java.util.Locale language,
java.lang.String role)
StructureTreeEventHandler
startPageSequence in interface StructureTreeEventHandlerlanguage - The locale of the page sequencerole - the value of the role property. May be null.public void endPageSequence()
StructureTreeEventHandler
endPageSequence in interface StructureTreeEventHandler
public StructureTreeElement startNode(java.lang.String name,
org.xml.sax.Attributes attributes,
StructureTreeElement parent)
StructureTreeEventHandler
startNode in interface StructureTreeEventHandlername - 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 method
public void endNode(java.lang.String name)
StructureTreeEventHandler
endNode in interface StructureTreeEventHandlername - the name of the structure tree node
public StructureTreeElement startImageNode(java.lang.String name,
org.xml.sax.Attributes attributes,
StructureTreeElement parent)
StructureTreeEventHandler
startImageNode in interface StructureTreeEventHandlername - 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 method
public StructureTreeElement startReferencedNode(java.lang.String name,
org.xml.sax.Attributes attributes,
StructureTreeElement parent)
StructureTreeEventHandler
startReferencedNode in interface StructureTreeEventHandlername - 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 method
|
fop 2.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||