|
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.StructureTree
public final class StructureTree
A reduced version of the document's FO tree, containing only its logical structure. Used by accessible output formats.
Method Summary | |
---|---|
org.w3c.dom.NodeList |
getPageSequence(int index)
Returns the list of nodes that are the children of the given page sequence. |
java.lang.String |
toString()
Returns an XML-like representation of the structure trees. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public org.w3c.dom.NodeList getPageSequence(int index)
index
- index of the page sequence, 0-based
public java.lang.String toString()
Note: use only for debugging purpose, as this method performs non-trivial operations.
toString
in class java.lang.Object
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |