public class NameTreeNode extends 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.
|
Modifier and Type | Method and Description |
---|---|
PdfObject |
get(Vector key)
Get the PdfObject which matches the key, or null if there is no match.
|
boolean |
inBounds(Vector key)
See if a key is within the bounds of this node.
|
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(Vector key)
public PdfObject get(Vector key) throws PdfException
PdfException
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.