XmlIncrementalLexer.tryResumeTag

XmlLexerResult tryResumeTag() @safe

Resumes scanning a START_TAG or END_TAG token across chunk boundaries.

For end tags: scans the name, then expects `>`. For start tags: delegates to scanTagAttributes() after the name.

Returns

A XmlLexerResult — tag token when ready, needMore otherwise.