Package org.zkoss.idom.impl
Class FacadeNodeList
- java.lang.Object
-
- org.zkoss.idom.impl.FacadeNodeList
-
- All Implemented Interfaces:
org.w3c.dom.NodeList
public class FacadeNodeList extends java.lang.Object implements org.w3c.dom.NodeList
The NodeList which is a facade of another java List.- Author:
- tomyeh
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List
_list
The java List to facade.
-
Constructor Summary
Constructors Constructor Description FacadeNodeList(java.util.List list)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLength()
org.w3c.dom.Node
item(int j)
-