|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.harvard.hul.ois.jhove.module.pdf.StructureElement
public class StructureElement
Class for element of PDF document structure tree.
StructureTree
Constructor Summary | |
---|---|
StructureElement(PdfDictionary dict,
StructureTree tree)
Constructor. |
Method Summary | |
---|---|
void |
buildSubtree()
Build this element's subtree, if any This checks the "K" entry in the dictionary and locates all referened structure elements. |
void |
checkAttributes()
Determine if the attributes of this element are valid. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StructureElement(PdfDictionary dict, StructureTree tree) throws PdfException
dict
- A PdfDictionary corresponding to a structure
elementtree
- The root StructureTree object
PdfException
Method Detail |
---|
public void buildSubtree() throws PdfException
children
.
PdfException
public void checkAttributes() throws PdfException
PdfException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |