Home | Top | ← | → | Overview | Module | Class | Index | Help |
|
About |
---|
|
||||
Classes | |
XsdRegexCharGroup A set subclass to represent XML Schema regex character groups. |
Functions | |||
|
|||
|
|||
|
Variables | |
I_SHORTCUT_REPLACE = ":A-Z_a-zÀ-ÖØ-öø-˿Ͱ-ͽͿ-" "-⁰-Ⰰ-、-豈-
|
|
C_SHORTCUT_REPLACE = "-.0-9:A-Z_a-z·À-ÖØ-öø-ͽͿ--" "‿⁀⁰-Ⰰ-
|
|
S_SHORTCUT_SET = UnicodeSubset
|
|
D_SHORTCUT_SET = UnicodeSubset('0-9')
|
|
I_SHORTCUT_SET = UnicodeSubset(I_SHORTCUT_REPLACE)
|
|
C_SHORTCUT_SET = UnicodeSubset(C_SHORTCUT_REPLACE)
|
|
W_SHORTCUT_SET = UnicodeSubset()
|
|
CHARACTER_ESCAPES = {'\n'
|
Function Details |
Parses a character class of an XML Schema regular expression. :param xml_regex: the source XML Schema regular expression. :param class_pos: the position of the character class in the source string, must coincide with a '[' character. :return: an `XsdRegexCharGroup` instance and the first position after the character class.
|
Variables Details |
I_SHORTCUT_REPLACE
|
C_SHORTCUT_REPLACE
|
S_SHORTCUT_SET
|
CHARACTER_ESCAPES
|
Home | Top | ← | → | Overview | Module | Class | Index | Help |
|
About |
---|
Copyright(C) 2019 Arno-Can Uestuensoez @Ingenieurbuero Arno-Can Uestuensoez | https://arnocan.wordpress.com |
Generated by Epydoc 4.0.4 / Python-3.8 / fedora27 on Fri Dec 13 15:25:22 2019 | http://epydoc.sourceforge.net |