org.lobobrowser.html.domimpl
Class DescendentHTMLCollection
java.lang.Object
org.lobobrowser.js.AbstractScriptableDelegate
org.lobobrowser.html.domimpl.DescendentHTMLCollection
- All Implemented Interfaces:
- org.lobobrowser.js.ScriptableDelegate, org.w3c.dom.html2.HTMLCollection
- Direct Known Subclasses:
- HTMLOptionsCollectionImpl
public class DescendentHTMLCollection
- extends org.lobobrowser.js.AbstractScriptableDelegate
- implements org.w3c.dom.html2.HTMLCollection
Method Summary |
int |
getLength()
|
int |
indexOf(org.w3c.dom.Node node)
|
org.w3c.dom.Node |
item(int index)
|
org.w3c.dom.Node |
namedItem(java.lang.String name)
|
Methods inherited from class org.lobobrowser.js.AbstractScriptableDelegate |
getScriptable, setScriptable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DescendentHTMLCollection
public DescendentHTMLCollection(NodeImpl node,
NodeFilter filter,
java.lang.Object treeLock)
DescendentHTMLCollection
public DescendentHTMLCollection(NodeImpl node,
NodeFilter filter,
java.lang.Object treeLock,
boolean nestMatchingNodes)
- Parameters:
node
- filter
-
getLength
public int getLength()
- Specified by:
getLength
in interface org.w3c.dom.html2.HTMLCollection
item
public org.w3c.dom.Node item(int index)
- Specified by:
item
in interface org.w3c.dom.html2.HTMLCollection
namedItem
public org.w3c.dom.Node namedItem(java.lang.String name)
- Specified by:
namedItem
in interface org.w3c.dom.html2.HTMLCollection
indexOf
public int indexOf(org.w3c.dom.Node node)
Copyright © 2005, 2006, 2007 The Lobo Project. All Rights Reserved.
[Cobra Project Home]