pub fn is_valid_xml_local_name(name: &str) -> boolExpand description
Returns whether name is one XML Namespaces NCName local name.
This validates the XML 1.0 name character ranges while excluding :, which separates a
lexical prefix from its local name.