XMLReader.this

class XMLReader(T)
this
(,
string fileName = null
)
if (
isInputRange!T &&
isSomeChar!(ElementType!T)
)

Parameters

document T

The XML document to parse.

fileName string

File name to print in diagnostic messages.

Meta