org.pdfbox.pdmodel

Class PDDestinationNameTreeNode

Implemented Interfaces:
COSObjectable

public class PDDestinationNameTreeNode
extends PDNameTreeNode

This class holds all of the name trees that are available at the document level.
Version:
$Revision: 1.2 $
Author:
Ben Litchfield

Constructor Summary

PDDestinationNameTreeNode()
Constructor.
PDDestinationNameTreeNode(COSDictionary dic)
Constructor.

Method Summary

protected Object
convertCOSToPD(COSBase base)
protected PDNameTreeNode
createChildNode(COSDictionary dic)

Methods inherited from class org.pdfbox.pdmodel.common.PDNameTreeNode

convertCOSToPD, createChildNode, getCOSDictionary, getCOSObject, getKids, getLowerLimit, getNames, getUpperLimit, getValue, setKids, setNames

Constructor Details

PDDestinationNameTreeNode

public PDDestinationNameTreeNode()
Constructor.

PDDestinationNameTreeNode

public PDDestinationNameTreeNode(COSDictionary dic)
Constructor.
Parameters:
dic - The COS dictionary.

Method Details

convertCOSToPD

protected Object convertCOSToPD(COSBase base)
            throws IOException
Overrides:
convertCOSToPD in interface PDNameTreeNode

createChildNode

protected PDNameTreeNode createChildNode(COSDictionary dic)
Overrides:
createChildNode in interface PDNameTreeNode