- getNamedItem
auto getNamedItem(string qualifiedName)
Undocumented in source. Be warned that the author may not have intended to support it.
- getNamedItemNS
auto getNamedItemNS(Optional!(T0) namespace, 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
auto length()
Undocumented in source. Be warned that the author may not have intended to support it.
- removeNamedItem
auto removeNamedItem(string qualifiedName)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeNamedItemNS
auto removeNamedItemNS(Optional!(T0) namespace, string localName)
Undocumented in source. Be warned that the author may not have intended to support it.
- setNamedItem
auto setNamedItem(Attr attr)
Undocumented in source. Be warned that the author may not have intended to support it.
- setNamedItemNS
auto setNamedItemNS(Attr attr)
Undocumented in source. Be warned that the author may not have intended to support it.