DOMImplementation.ElementsByTagNameImpl

Undocumented in source.
class DOMImplementation
@safe static
class ElementsByTagNameImpl : dom.NodeList(
bool ns
) {}

Constructors

this
this()
Undocumented in source.

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
auto front()
Undocumented in source. Be warned that the author may not have intended to support it.
item
Element item(size_t i)
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.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta