ElementCollection

Undocumented in source.

Constructors

this
this(Element e)
Undocumented in source.
this
this(Element e, string selector)
Undocumented in source.
this
this(Element[] e)
Undocumented in source.

Members

Functions

opBinary
ElementCollection opBinary(ElementCollection rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
ElementCollection opDispatch(T t)

Forward method calls to each individual element of the collection returns this so it can be chained.

opIndex
ElementCollection opIndex(string selector)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

elements
Element[] elements;
Undocumented in source.

Meta