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, setPrototypepublic static HTMLCollectionImpl createHTMLCollectionImpl(NodeList list)
public int getLength()
getLength in interface org.w3c.dom.html.HTMLCollectionpublic Node item(int index)
item in interface org.w3c.dom.html.HTMLCollectionpublic Node namedItem(String name)
namedItem in interface org.w3c.dom.html.HTMLCollectionpublic String getClassName()
getClassName in interface org.mozilla.javascript.ScriptablegetClassName in class org.mozilla.javascript.ScriptableObjectpublic Object get(String propertyName, org.mozilla.javascript.Scriptable scriptable)
get in interface org.mozilla.javascript.Scriptableget in class org.mozilla.javascript.ScriptableObjectpublic Object get(int index, org.mozilla.javascript.Scriptable start)
get in interface org.mozilla.javascript.Scriptableget in class org.mozilla.javascript.ScriptableObjectCopyright © 2012. All Rights Reserved.