- getNamedItem
auto getNamedItem(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- getNamedItemNS
auto getNamedItemNS(Optional!(T0) namespaceURI, string localName)
Undocumented in source. Be warned that the author may not have intended to support it.
- item
auto item(uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
- length
uint length()
Undocumented in source. Be warned that the author may not have intended to support it.
- removeNamedItem
auto removeNamedItem(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeNamedItemNS
auto removeNamedItemNS(Optional!(T0) namespaceURI, string localName)
Undocumented in source. Be warned that the author may not have intended to support it.
- setNamedItem
auto setNamedItem(Attr arg)
Undocumented in source. Be warned that the author may not have intended to support it.
- setNamedItemNS
auto setNamedItemNS(Attr arg)
Undocumented in source. Be warned that the author may not have intended to support it.