Class JSHTMLCollection
java.lang.Object
org.fife.rsta.ac.js.ecma.api.dom.html.JSHTMLCollection
- All Implemented Interfaces:
JSObjectFunctions, JS5ObjectFunctions, HTMLCollection
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionObject HTMLCollection() See also the Document Object Model (DOM) Level 2 Specification -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface HTMLCollection
getLength, item, namedItemMethods inherited from interface JSObjectFunctions
hasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOf
-
Field Details
-
protype
property prototype- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
-
constructor
property constructor- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
-
-
Constructor Details
-
JSHTMLCollection
public JSHTMLCollection()Object HTMLCollection() See also the Document Object Model (DOM) Level 2 Specification- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
-