XmlIncrementalSaxParser.markEndOfStream

void markEndOfStream() @safe pure nothrow

Signals that no more data will be fed.

After this call, feed() must not be called. Calling markEndOfStream() more than once is a no-op.