public class NameTreeNode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected PdfDictionary |
_dict |
protected PdfModule |
_module |
protected NameTreeNode |
_parent |
Constructor and Description |
---|
NameTreeNode(PdfModule module,
NameTreeNode parent,
PdfDictionary dict)
Constructor.
|
protected PdfModule _module
protected NameTreeNode _parent
protected PdfDictionary _dict
public NameTreeNode(PdfModule module, NameTreeNode parent, PdfDictionary dict) throws PdfException
module
- The PdfModule under which we're operatingparent
- The parent node in the document tree;
may be null only for the root nodedict
- The dictionary object on which this node
is basedPdfException
public boolean inBounds(java.util.Vector key)
public PdfObject get(java.util.Vector key) throws PdfException
PdfException