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.NodeListThe NodeList which is a facade of another java List.- Author:
- tomyeh
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List_listThe 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 intgetLength()org.w3c.dom.Nodeitem(int j)
-