org.icepdf.core.pobjects
Class NameNode
java.lang.Object
org.icepdf.core.pobjects.Dictionary
org.icepdf.core.pobjects.NameNode
public class NameNode
- extends Dictionary
NameNode used in building a name tree.
- Since:
- 4.0
| Methods inherited from class org.icepdf.core.pobjects.Dictionary |
getEntries, getFloat, getInt, getLibrary, getNumber, getObject, getPObjectReference, init, isDeleted, isNew, setDeleted, setNew, setPObjectReference, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
KIDS_KEY
public static final Name KIDS_KEY
NAMES_KEY
public static final Name NAMES_KEY
LIMITS_KEY
public static final Name LIMITS_KEY
NameNode
public NameNode(Library l,
java.util.HashMap h)
- Parameters:
l - h -
isEmpty
public boolean isEmpty()
hasLimits
public boolean hasLimits()
getNamesAndValues
public java.util.List getNamesAndValues()
getKidsReferences
public java.util.List getKidsReferences()
getKidsNodes
public java.util.List getKidsNodes()
getLowerLimit
public java.lang.String getLowerLimit()
getUpperLimit
public java.lang.String getUpperLimit()
getNode
public NameNode getNode(int index)