org.lobobrowser.html.domimpl

Class ChildHTMLCollection

Implemented Interfaces:
HTMLCollection, ScriptableDelegate

public class ChildHTMLCollection
extends AbstractScriptableDelegate
implements HTMLCollection

Constructor Summary

ChildHTMLCollection(NodeImpl node)

Method Summary

int
getLength()
int
indexOf(Node node)
Node
item(int index)
Node
namedItem(String name)

Methods inherited from class org.lobobrowser.js.AbstractScriptableDelegate

getScriptable, setScriptable

Constructor Details

ChildHTMLCollection

public ChildHTMLCollection(NodeImpl node)
Parameters:
node -

Method Details

getLength

public int getLength()
Specified by:
getLength in interface HTMLCollection

indexOf

public int indexOf(Node node)

item

public Node item(int index)
Specified by:
item in interface HTMLCollection

namedItem

public Node namedItem(String name)
Specified by:
namedItem in interface HTMLCollection