com.jniwrapper.win32.ie.dom
Class HTMLCollectionWrapper

java.lang.Object
  extended by com.jniwrapper.win32.ie.dom.HTMLCollectionWrapper
All Implemented Interfaces:
org.w3c.dom.html.HTMLCollection

public class HTMLCollectionWrapper
extends java.lang.Object
implements org.w3c.dom.html.HTMLCollection


Constructor Summary
HTMLCollectionWrapper(int length, java.util.List<org.w3c.dom.Node> items)
           
 
Method Summary
 int getLength()
           
 org.w3c.dom.Node item(int index)
           
 org.w3c.dom.Node namedItem(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLCollectionWrapper

public HTMLCollectionWrapper(int length,
                             java.util.List<org.w3c.dom.Node> items)
Method Detail

getLength

public int getLength()
Specified by:
getLength in interface org.w3c.dom.html.HTMLCollection

item

public org.w3c.dom.Node item(int index)
Specified by:
item in interface org.w3c.dom.html.HTMLCollection

namedItem

public org.w3c.dom.Node namedItem(java.lang.String name)
Specified by:
namedItem in interface org.w3c.dom.html.HTMLCollection