oa_gateway_agra

Function scan_start_tag

Source
pub(crate) fn scan_start_tag(rest: &[u8]) -> (usize, bool)
Expand description

Bytes consumed by a start tag, and whether it closed itself.

Tracks quoting so a > or /> inside an attribute value is not mistaken for the end of the tag.