XMLReader

Undocumented in source.
class XMLReader (
T
) if (
isInputRange!T &&
isSomeChar!(ElementType!T)
) {}

Constructors

this
this(T document)
Undocumented in source.

Members

Functions

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

Properties

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

Variables

front
XMLNode front;
Undocumented in source.

Meta