Class NamedNodeMap<T>

  • All Implemented Interfaces:
    elemental2.core.JsIterable<T>, jsinterop.base.JsArrayLike<T>, jsinterop.base.JsPropertyMap<T>

    @JsType(isNative=true,
            namespace="<global>")
    public class NamedNodeMap<T>
    extends java.lang.Object
    implements elemental2.core.JsIterable<T>, jsinterop.base.JsArrayLike<T>, jsinterop.base.JsPropertyMap<T>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int length  
    • Constructor Summary

      Constructors 
      Constructor Description
      NamedNodeMap()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Node getNamedItem​(java.lang.String name)  
      Node item​(int index)  
      Node removeNamedItem​(java.lang.String name)  
      Node setNamedItem​(Node arg)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface jsinterop.base.JsArrayLike

        asList, delete, getAt, getAtAsAny, getLength, setAt, setLength
      • Methods inherited from interface jsinterop.base.JsPropertyMap

        delete, forEach, get, getAsAny, has, nestedGet, nestedGetAsAny, set
    • Field Detail

      • length

        public int length
    • Constructor Detail

      • NamedNodeMap

        public NamedNodeMap()
    • Method Detail

      • getNamedItem

        public Node getNamedItem​(java.lang.String name)
      • item

        public Node item​(int index)
      • removeNamedItem

        public Node removeNamedItem​(java.lang.String name)
      • setNamedItem

        public Node setNamedItem​(Node arg)