public class DOMNodeListDelegate extends java.lang.Object implements TraversableDelegate
Modifier and Type | Class and Description |
---|---|
class |
DOMNodeListDelegate.DOMNodeListEntry |
class |
DOMNodeListDelegate.DOMNodeListIterator |
class |
DOMNodeListDelegate.DOMNodeListKeyIterator |
class |
DOMNodeListDelegate.DOMNodeListValueIterator |
Constructor and Description |
---|
DOMNodeListDelegate() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<java.util.Map.Entry<Value,Value>> |
getIterator(Env env,
ObjectValue obj)
Returns an iterator over the object's <key,value> entries.
|
java.util.Iterator<Value> |
getKeyIterator(Env env,
ObjectValue obj)
Returns an iterator over the object's keys
|
java.util.Iterator<Value> |
getValueIterator(Env env,
ObjectValue obj)
Returns an iterator over the object's values.
|
public java.util.Iterator<Value> getKeyIterator(Env env, ObjectValue obj)
TraversableDelegate
getKeyIterator
in interface TraversableDelegate
public java.util.Iterator<Value> getValueIterator(Env env, ObjectValue obj)
TraversableDelegate
getValueIterator
in interface TraversableDelegate
public java.util.Iterator<java.util.Map.Entry<Value,Value>> getIterator(Env env, ObjectValue obj)
TraversableDelegate
getIterator
in interface TraversableDelegate