macro_rules! read_until_close { ( $self:ident, $buf:ident, $reader:expr $(, $await:ident)? ) => { ... }; }
Read bytes up to the > and skip it. This method is expected to be called after seeing the < symbol and skipping it. Inspects the next (current) symbol and returns an appropriate Event:
>
<
Event
!
Comment
CData
DocType
/
End
?
PI
Start
Empty
Moves parser to the InsideText state.
InsideText