Class JSAttr

java.lang.Object
org.fife.rsta.ac.js.ecma.api.dom.JSAttr
All Implemented Interfaces:
JSObjectFunctions, JS5ObjectFunctions, Attr, Node

public abstract class JSAttr extends Object implements Attr, JS5ObjectFunctions
  • Field Details

    • protype

      public JSAttr protype
      property prototype 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.
      See Also:
    • constructor

      protected JSFunction constructor
      property constructor 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.
      See Also:
  • Constructor Details

    • JSAttr

      public JSAttr()
      Object Attr() 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.