XmlReader.this
this
() @safeNo documentation available for this declaration.
this
(
string input,
string systemId = "",
size_t maxExpandedBytes = 0,
XmlReaderOptions options = XmlReaderOptions.init) @safeConstructs a reader over input.
Parameters
input | XML document or fragment. |
systemId | Optional identifier used for locations. |
maxExpandedBytes | Optional limit for entity decoding output (0 uses default). |
options | Reader options. |