Tokenizer.SINKInterface for token consumers.
The tokenizer calls process for each token it produces. The sink can return `Continue to keep tokenizing, or `SwitchTo state to change the tokenizer state (used by the tree builder for things like <script> and <textarea>).