org.stjs.javascript.dom
Class HTMLCollection<T extends Node>
java.lang.Object
org.stjs.javascript.dom.HTMLCollection<T>
public abstract class HTMLCollection<T extends Node>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
length
public int length
HTMLCollection
public HTMLCollection()
namedItem
public T namedItem(String name)
$get
public T $get(String name)
$get
public T $get(int index)
item
public T item(int index)
$set
public void $set(int index,
T node)
$set
public void $set(String index,
T node)
Copyright © 2013. All Rights Reserved.