Element.Map

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

getNamedItem
Attr getNamedItem(DOMString name)
Undocumented in source. Be warned that the author may not have intended to support it.
getNamedItemNS
Attr getNamedItemNS(DOMString namespaceURI, DOMString localName)
Undocumented in source. Be warned that the author may not have intended to support it.
item
Attr item(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
auto opIndex(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
auto opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
removeNamedItem
Attr removeNamedItem(DOMString name)
Undocumented in source. Be warned that the author may not have intended to support it.
removeNamedItemNS
Attr removeNamedItemNS(DOMString namespaceURI, DOMString localName)
Undocumented in source. Be warned that the author may not have intended to support it.
setNamedItem
Attr setNamedItem(dom.Node arg)
Undocumented in source. Be warned that the author may not have intended to support it.
setNamedItemNS
Attr setNamedItemNS(dom.Node arg)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta