org.lobobrowser.html.domimpl
Class FilteredHTMLCollectionImpl

java.lang.Object
  extended by org.lobobrowser.js.AbstractScriptableDelegate
      extended by org.lobobrowser.html.domimpl.FilteredHTMLCollectionImpl
All Implemented Interfaces:
org.lobobrowser.js.ScriptableDelegate, org.w3c.dom.html2.HTMLCollection

public class FilteredHTMLCollectionImpl
extends org.lobobrowser.js.AbstractScriptableDelegate
implements org.w3c.dom.html2.HTMLCollection


Constructor Summary
FilteredHTMLCollectionImpl(NodeImpl rootNode, java.util.Map sourceMap, NodeFilter filter, java.lang.Object lock)
           
 
Method Summary
 int getLength()
           
 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
 

Constructor Detail

FilteredHTMLCollectionImpl

public FilteredHTMLCollectionImpl(NodeImpl rootNode,
                                  java.util.Map sourceMap,
                                  NodeFilter filter,
                                  java.lang.Object lock)
Method Detail

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


SourceForge.net LogoCopyright © 2005, 2006, 2007 The Lobo Project. All Rights Reserved.
[Cobra Project Home]