Function is_valid_start

Source
pub(crate) fn is_valid_start(c: char) -> bool
Expand description

Check if an element name is valid. See http://www.w3.org/TR/xml/#NT-Name for details.