nsgenbind
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
NamedNodeMap Interface Reference

import <dom.idl;

Public Member Functions

getter Attr item (unsigned long index)
 
getter Attr getNamedItem (DOMString name)
 
Attr getNamedItemNS (DOMString? namespace, DOMString localName)
 
Attr setNamedItem (Attr attr)
 
Attr setNamedItemNS (Attr attr)
 
Attr removeNamedItem (DOMString name)
 
Attr removeNamedItemNS (DOMString? namespace, DOMString localName)
 

Public Attributes

readonly attribute unsigned long length
 

Detailed Description

Definition at line 316 of file dom.idl.

Member Function Documentation

◆ getNamedItem()

getter Attr NamedNodeMap::getNamedItem ( DOMString  name)

◆ getNamedItemNS()

Attr NamedNodeMap::getNamedItemNS ( DOMString?  namespace,
DOMString  localName 
)

◆ item()

getter Attr NamedNodeMap::item ( unsigned long  index)

◆ removeNamedItem()

Attr NamedNodeMap::removeNamedItem ( DOMString  name)

◆ removeNamedItemNS()

Attr NamedNodeMap::removeNamedItemNS ( DOMString?  namespace,
DOMString  localName 
)

◆ setNamedItem()

Attr NamedNodeMap::setNamedItem ( Attr  attr)

◆ setNamedItemNS()

Attr NamedNodeMap::setNamedItemNS ( Attr  attr)

Member Data Documentation

◆ length

readonly attribute unsigned long NamedNodeMap::length

Definition at line 317 of file dom.idl.


The documentation for this interface was generated from the following file: