public final class StructureTree
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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.
|
public org.w3c.dom.NodeList getPageSequence(int index)
index
- index of the page sequence, 0-basedpublic java.lang.String toString()
Note: use only for debugging purpose, as this method performs non-trivial operations.
toString
in class java.lang.Object
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.