Class JSDOMImplementationList

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected JSFunction constructor
      property constructor
      org.w3c.dom.DOMImplementationList protype
      property prototype
    • Constructor Summary

      Constructors 
      Constructor Description
      JSDOMImplementationList()
      Object DOMImplementationList() http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
    • Field Detail

      • protype

        public org.w3c.dom.DOMImplementationList protype
        property prototype
        Since:
        Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
        See Also:
        DOMImplementationList
      • constructor

        protected JSFunction constructor
        property constructor
        Since:
        Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
        See Also:
        Function
    • Constructor Detail

      • JSDOMImplementationList

        public JSDOMImplementationList()
        Object DOMImplementationList() 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.