XmlIncrementalReader.advance

XmlStreamStatus advance() @safe

Attempts to produce the next event.

Returns

The new XmlStreamStatus after the advance attempt.

Throws

XmlException with XmlErrorCode.UNEXPECTED_EOF when

markEndOfStream() has been called and an incomplete token remains in the buffer.