public class NameNode extends Dictionary
| Modifier and Type | Field and Description |
|---|---|
static Name |
KIDS_KEY |
static Name |
LIMITS_KEY |
static Name |
NAMES_KEY |
entries, FORM_TYPE_KEY, inited, isDeleted, isNew, LENGTH_KEY, library, SUBTYPE_KEY, TYPE_KEY| Constructor and Description |
|---|
NameNode(Library l,
java.util.HashMap h) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NameNode> |
getKidsNodes() |
java.util.List |
getKidsReferences() |
java.lang.String |
getLowerLimit() |
java.util.List |
getNamesAndValues() |
NameNode |
getNode(int index) |
java.lang.String |
getUpperLimit() |
boolean |
hasLimits() |
boolean |
isEmpty() |
getEntries, getFloat, getInt, getLibrary, getNumber, getObject, getPObjectReference, init, isDeleted, isNew, setDeleted, setNew, setPObjectReference, toStringpublic static final Name KIDS_KEY
public static final Name NAMES_KEY
public static final Name LIMITS_KEY
public NameNode(Library l, java.util.HashMap h)
l - h - public boolean isEmpty()
public boolean hasLimits()
public java.util.List getNamesAndValues()
public java.util.List getKidsReferences()
public java.util.List<NameNode> getKidsNodes()
public java.lang.String getLowerLimit()
public java.lang.String getUpperLimit()
public NameNode getNode(int index)