Class JSDOMImplementation
java.lang.Object
org.fife.rsta.ac.js.ecma.api.dom.JSDOMImplementation
- All Implemented Interfaces:
JSObjectFunctions, JS5ObjectFunctions, DOMImplementation
public abstract class JSDOMImplementation
extends Object
implements DOMImplementation, JS5ObjectFunctions
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionObject DOMImplementation() http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DOMImplementation
createDocument, createDocumentType, getFeature, hasFeatureMethods 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.
- See Also:
-
constructor
property constructor- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
-
-
Constructor Details
-
JSDOMImplementation
public JSDOMImplementation()Object DOMImplementation() http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
-