public abstract class NodeList extends ListBase
ATTR_CHANGED, CHILD_ADDED, CHILD_REMOVED, DESCENDENT_ADDED, DESCENDENT_ATTR_CHANGED, DESCENDENT_REMOVED, DESCENDENT_VALUE_CHANGED, PARENT_CHANGED, PERMS_LOCK_CLEARED, PERMS_LOCK_SET, PROTO_ATTR_CHANGED, PROTO_CHILD_ADDED, PROTO_CHILD_REMOVED, PROTO_DESCENDENT_ADDED, PROTO_DESCENDENT_ATTR_CHANGED, PROTO_DESCENDENT_REMOVED, PROTO_DESCENDENT_VALUE_CHANGED, PROTO_VALUE_CHANGED, UPDATED, VALUE_CHANGED| Constructor and Description |
|---|
NodeList()
Instantiates a node list.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
clone()
Creates a copy of this node list.
|
abstract Node |
getNamedItem(String name)
Gets the first child of this node list with the given name.
|
abstract Node |
getNamedItem(String aName,
String aClassName,
int nOccurrence)
Get the first child of this node with the given
name |
ScriptTable |
getScriptTable() |
append, getClassAtom, getClassName, insert, isReadOnly, isReadOnly, item, length, removeaddPeer, addPeeredNode, clearPeers, deafen, getClassTag, getPeer, getScriptMethodInfo, getScriptProperty, getScriptThis, invokeFunction, isDeaf, isMute, isSameClass, isSameClass, isSameClass, mute, notifyPeers, peerRemoved, removePeer, removePeeredNode, sendMessenge, setClass, setClassTag, setScriptProperty, unDeafen, unMute, updateFromPeer, validateUsage, validateUsageFailedIsFatalpublic abstract Object clone()
This method does not make copies of the underlying object implementations, it just place them in a new storage.
public abstract Node getNamedItem(String name)
name - the name of the child node.public abstract Node getNamedItem(String aName, String aClassName, int nOccurrence)
nameaName - the name of the node to search for.aClassName - the class of node to search for, ignored if null. If non-null, this String must be interned.nOccurrence - the occurrence to search for.name and classname.public ScriptTable getScriptTable()
getScriptTable in class ListBaseCopyright © 2010 - 2020 Adobe. All Rights Reserved