ice.pilots.html4
Class DAllList
java.lang.Object
ice.storm.DynamicObject
ice.storm.DynamicList
ice.pilots.html4.DAllList
- public class DAllList
- extends DynamicList
| Methods inherited from class ice.storm.DynamicObject |
deleteSlot, deleteSlot, getDynamicScopeParent, getScriptDataLock, getScriptWrapper, hasSlot, hasSlot, javaReflectionTarget, readOnlySlots, script_toSource, script_toString, setScriptWrapperIfAbsent, setSlot, setSlot, unlinkAllSlots |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
item
public Node item(int idx)
script_item
protected Object script_item(int index,
DynEnv env)
- Description copied from class:
DynamicList
- Returns null if not found
- Specified by:
script_item in class DynamicList
getLength
public int getLength()
- Specified by:
getLength in class DynamicList
namedItem
public Node namedItem(String name)
script_namedItem
protected Object script_namedItem(String name,
DynEnv env)
- Description copied from class:
DynamicList
- Returns null if not found
- Specified by:
script_namedItem in class DynamicList
script_tags
protected Object script_tags(String tagName,
DynEnv env)
- Overrides:
script_tags in class DynamicList