public class HTMLCollectionImpl extends org.mozilla.javascript.ScriptableObject implements org.w3c.dom.html.HTMLCollection
Constructor and Description |
---|
HTMLCollectionImpl() |
Modifier and Type | Method and Description |
---|---|
static HTMLCollectionImpl |
createHTMLCollectionImpl(NodeList list) |
Object |
get(int index,
org.mozilla.javascript.Scriptable start) |
Object |
get(String propertyName,
org.mozilla.javascript.Scriptable scriptable) |
String |
getClassName() |
int |
getLength() |
Node |
item(int index) |
Node |
namedItem(String name) |
associateValue, avoidObjectDetection, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, equivalentValues, getAllIds, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getDefaultValue, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, has, has, hasInstance, hasProperty, hasProperty, isConst, isGetterOrSetter, isSealed, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setGetterOrSetter, setParentScope, setPrototype
public static HTMLCollectionImpl createHTMLCollectionImpl(NodeList list)
public int getLength()
getLength
in interface org.w3c.dom.html.HTMLCollection
public Node item(int index)
item
in interface org.w3c.dom.html.HTMLCollection
public Node namedItem(String name)
namedItem
in interface org.w3c.dom.html.HTMLCollection
public String getClassName()
getClassName
in interface org.mozilla.javascript.Scriptable
getClassName
in class org.mozilla.javascript.ScriptableObject
public Object get(String propertyName, org.mozilla.javascript.Scriptable scriptable)
get
in interface org.mozilla.javascript.Scriptable
get
in class org.mozilla.javascript.ScriptableObject
public Object get(int index, org.mozilla.javascript.Scriptable start)
get
in interface org.mozilla.javascript.Scriptable
get
in class org.mozilla.javascript.ScriptableObject
Copyright © 2012. All Rights Reserved.