Expand description
Character classes transcribed from libxml2 v2.15.3 chvalid.h / chvalid.c.
xml_is_char uses the xmlIsCharQ formula, not the range tables.
Functions§
- xml_
char_ in_ range - Binary search matching
xmlCharInRangeinchvalid.c. - xml_
is_ base_ char xmlIsBaseCharQ.- xml_
is_ blank xmlIsBlankQ.- xml_
is_ char xmlIsCharQ.- xml_
is_ combining xmlIsCombiningQ.- xml_
is_ digit xmlIsDigitQ.- xml_
is_ extender xmlIsExtenderQ.- xml_
is_ ideographic xmlIsIdeographicQ.- xml_
is_ letter IS_LETTER.- xml_
is_ name_ char - XML 1.0 5th edition NameChar (default).
- xml_
is_ name_ start_ char - XML 1.0 5th edition NameStartChar (default).
old10uses Letter | ‘_’ | ‘:’. - xml_
is_ pubid_ char xmlIsPubidCharQ.