Package org.fife.rsta.ac.js.ecma.api.dom
Class JSDOMStringList
- java.lang.Object
-
- org.fife.rsta.ac.js.ecma.api.dom.JSDOMStringList
-
- All Implemented Interfaces:
JSObjectFunctions,JS5ObjectFunctions,org.w3c.dom.DOMStringList
public abstract class JSDOMStringList extends java.lang.Object implements org.w3c.dom.DOMStringList, JS5ObjectFunctions
-
-
Field Summary
Fields Modifier and Type Field Description protected JSFunctionconstructorproperty constructorJSDOMStringListprotypeproperty prototype
-
Constructor Summary
Constructors Constructor Description JSDOMStringList()Object DOMStringList() http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSObjectFunctions
hasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOf
-
-
-
-
Field Detail
-
protype
public JSDOMStringList protype
property prototype- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
DOMStringList
-
constructor
protected JSFunction constructor
property constructor- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
Function
-
-