|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jniwrapper.win32.ie.dom.HTMLCollectionWrapper
public class HTMLCollectionWrapper
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 |
---|
public HTMLCollectionWrapper(int length, java.util.List<org.w3c.dom.Node> items)
Method Detail |
---|
public int getLength()
getLength
in interface org.w3c.dom.html.HTMLCollection
public org.w3c.dom.Node item(int index)
item
in interface org.w3c.dom.html.HTMLCollection
public org.w3c.dom.Node namedItem(java.lang.String name)
namedItem
in interface org.w3c.dom.html.HTMLCollection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |