Document.Range

Range of the Document

Constructors

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

Construct Range based on buffer @param data - buffer of data

this
this(Document doc)

Construct Range based on other Document @param doc - Document

Members

Functions

front
const(Element) front()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()

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

Properties

empty
bool empty [@property getter]

Checks is Range empty @return true if data length = 0

Variables

_element
Element _element;

HiBON Element

_index
size_t _index;

Range size

data
immutable(ubyte)[] data;

Buffer with data

ver
uint ver;

Version

Meta