|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.idom.impl.FacadeNodeList
public class FacadeNodeList
The NodeList which is a facade of another java List.
Field Summary | |
---|---|
protected java.util.List |
_list
The java List to facade. |
Constructor Summary | |
---|---|
FacadeNodeList(java.util.List list)
Constructor. |
Method Summary | |
---|---|
int |
getLength()
|
org.w3c.dom.Node |
item(int j)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List _list
Constructor Detail |
---|
public FacadeNodeList(java.util.List list)
list
- the list to facade; never nullMethod Detail |
---|
public final int getLength()
getLength
in interface org.w3c.dom.NodeList
public final org.w3c.dom.Node item(int j)
item
in interface org.w3c.dom.NodeList
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |