XmlIncrementalLexer.advanceN
void advanceN(size_t n) @safe pure nothrowAdvances the read cursor by n bytes, updating location counters.
Parameters
n | Number of bytes to consume. |
void advanceN(size_t n) @safe pure nothrowAdvances the read cursor by n bytes, updating location counters.
n | Number of bytes to consume. |