Document.Range

Range of the Document

Constructors

this
this(immutable(ubyte[]) data)
Undocumented in source.
this
this(Document doc)
Undocumented in source.

Members

Functions

data
immutable(ubyte[]) data()
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
const(Element) front()

InputRange primitive operation that returns the currently iterated element.

popFront
void popFront()

InputRange primitive operation that advances the range to its next element.

Variables

ver
uint ver;
Undocumented in source.

Meta