Skip to main content

ASCII_NCNAME

Constant ASCII_NCNAME 

Source
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.