org.lobobrowser.html.domimpl

Class NodeListImpl

Implemented Interfaces:
NodeList, ScriptableDelegate

public class NodeListImpl
extends AbstractScriptableDelegate
implements NodeList

Constructor Summary

NodeListImpl(Collection collection)

Method Summary

int
getLength()
Node
item(int index)

Methods inherited from class org.lobobrowser.js.AbstractScriptableDelegate

getScriptable, setScriptable

Constructor Details

NodeListImpl

public NodeListImpl(Collection collection)

Method Details

getLength

public int getLength()

item

public Node item(int index)