XmlLexerResult — tag token when ready, needMore otherwise.XmlLexerResult tryResumeTag() @safeResumes 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.
XmlLexerResult — tag token when ready, needMore otherwise.