pub const ASCII_NCNAME: [u8; 256];Expand description
XPath NCName lookup table. Excludes : (it is a separator in XPath).
Bytes ≥ 0x80 are 0; use is_name_start_char / is_name_char_unicode
for those.
pub const ASCII_NCNAME: [u8; 256];XPath NCName lookup table. Excludes : (it is a separator in XPath).
Bytes ≥ 0x80 are 0; use is_name_start_char / is_name_char_unicode
for those.