|
|
|
|
|
|
|
pyx12.map_if
|
load_map_file(map_file,
param,
xslt_files=[])
If any XSL transforms are given, apply them and create map_if from
transformed map. |
source code
|
|
|
tuple(boolean, error string)
|
|
|
string
|
|
|
string
|
|
|
boolean
|
|
|
boolean
|
|
|
boolean
|
not_match_re(short_data_type,
val,
charset='B')
Returns:
True if found invalid characters, False if none |
source code
|
|
|
boolean
|
|
|
|
|
|
|
NodeType = {'CData': 4, 'attrib': 2, 'comment': 8, 'doc': 9, '...
|
|
|
MAXINT = 2147483647
|
|
|
rec_N = re.compile(r'(?s)^-?[0-9]+')
|
|
|
rec_R = re.compile(r'(?s)^-?[0-9]*(\.[0-9]+)?')
|
|
|
rec_ID_E = re.compile(r'(?s)[^A-Z0-9!"&\'\(\)\*\+,-\\\./:;\?=\...
|
|
|
rec_ID_B = re.compile(r'(?s)[^A-Z0-9!"&\'\(\)\*\+,-\\\./:;\?=\...
|
|
|
rec_DT = re.compile(r'(?s)[^0-9]+')
|
|
|
rec_TM = re.compile(r'(?s)[^0-9]+')
|