|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.quercus.lib.dom.DOMNodeListDelegate
public class DOMNodeListDelegate
Nested Class Summary | |
---|---|
class |
DOMNodeListDelegate.DOMNodeListEntry
|
class |
DOMNodeListDelegate.DOMNodeListIterator
|
class |
DOMNodeListDelegate.DOMNodeListKeyIterator
|
class |
DOMNodeListDelegate.DOMNodeListValueIterator
|
Constructor Summary | |
---|---|
DOMNodeListDelegate()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DOMNodeListDelegate()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |