Class JSNamedNodeMap

    • Constructor Summary

      Constructors 
      Constructor Description
      JSNamedNodeMap()
      Object NamedNodeMap() 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, wait
      • Methods inherited from interface org.w3c.dom.NamedNodeMap

        getLength, getNamedItem, getNamedItemNS, item, removeNamedItem, removeNamedItemNS, setNamedItem, setNamedItemNS
    • Field Detail

      • protype

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

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

      • JSNamedNodeMap

        public JSNamedNodeMap()
        Object NamedNodeMap() 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.