XmlLexerResult — token when ready, needMore otherwise.XmlLexerResult tryResumeDelimited(XmlTokenKind kind) @safeResumes scanning a delimited token (COMMENT or CDATA) across chunk boundaries.
Matches _partial.delimited.terminator character-by-character, correctly handling partial terminator matches that span chunk boundaries. Content before the terminator is accumulated in _partial.content.
kind | The token kind to produce (COMMENT or CDATA). |
XmlLexerResult — token when ready, needMore otherwise.XmlException with UNEXPECTED_EOF if the stream ends before the
terminator is found.