Package org.fife.rsta.ac.js.ecma.api.dom
Class JSUserDataHandler
java.lang.Object
org.fife.rsta.ac.js.ecma.api.dom.JSUserDataHandler
- All Implemented Interfaces:
JSObjectFunctions,JS5ObjectFunctions,UserDataHandler
public abstract class JSUserDataHandler
extends Object
implements UserDataHandler, JS5ObjectFunctions
-
Field Summary
FieldsFields inherited from interface org.w3c.dom.UserDataHandler
NODE_ADOPTED, NODE_CLONED, NODE_DELETED, NODE_IMPORTED, NODE_RENAMED -
Constructor Summary
ConstructorsConstructorDescriptionObject Node() 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, waitMethods inherited from interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSObjectFunctions
hasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOfMethods inherited from interface org.w3c.dom.UserDataHandler
handle
-
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
-
JSUserDataHandler
public JSUserDataHandler()Object Node() 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.
-