XmlIncrementalLexer.tryResumePI

XmlLexerResult tryResumePI() @safe

Resumes scanning a PROCESSING_INSTRUCTION token across chunk boundaries.

Scans the PI target name, then delegates to tryResumeDelimited() with `?>` as the terminator.

Returns

A XmlLexerResult — PI token when ready, needMore otherwise.