OpenQuizz
Une application de gestion des contenus pédagogiques
|
Data Structures | |
class | InfosetFilter |
Functions | |
def | charStringToList (chars) |
def | normaliseCharList (charList) |
def | missingRanges (charList) |
def | listToRegexpStr (charList) |
def | hexToInt (hex_str) |
def | escapeRegexp (string) |
Variables | |
baseChar | |
ideographic | |
combiningCharacter | |
digit | |
extender | |
letter | |
name | |
nameFirst | |
reChar | |
reCharRange | |
max_unicode | |
nonXmlNameBMPRegexp | |
nonXmlNameFirstBMPRegexp | |
nonPubidCharRegexp | |
def pip._vendor.html5lib._ihatexml.charStringToList | ( | chars | ) |
def pip._vendor.html5lib._ihatexml.escapeRegexp | ( | string | ) |
def pip._vendor.html5lib._ihatexml.hexToInt | ( | hex_str | ) |
def pip._vendor.html5lib._ihatexml.listToRegexpStr | ( | charList | ) |
def pip._vendor.html5lib._ihatexml.missingRanges | ( | charList | ) |
def pip._vendor.html5lib._ihatexml.normaliseCharList | ( | charList | ) |
baseChar |
combiningCharacter |
digit |
extender |
ideographic |
letter |
max_unicode |
name |
nameFirst |
nonPubidCharRegexp |
nonXmlNameBMPRegexp |
nonXmlNameFirstBMPRegexp |
reChar |
reCharRange |