-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsrc.txt
55 lines (50 loc) · 1.19 KB
/
src.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# $Id$
# source files
xcl.c -- Expat-based command-line interface
arx.c -- document and type association utility
ll.h -- lengths of arrays
erbit.h -- error classes
er.c er.h -- low-level error output functions
rnv.c rnv.h -- higher-level validator logic
rn.c rn.h -- RNG patterns
rnc.c rnc.h -- RNC loader
rnd.c rnd.h -- second pass for RNC loader, restrictions and traits
rnx.c rnx.h -- auxiliary functions for rn*
drv.c drv.h -- derivative of RNG patterns, validation core
xsd.c xsd.h -- xml schema datatypes
xsd_tm.c xsd_tm.h -- dateTime datatype implementation
dxl.c dxl.h -- executable datatypes
dsl.c dsl.h -- scheme datatypes
sc.c sc.h -- scope tables for rnc
ht.c ht.h -- hash table
s.c s.h -- common string operations
m.c m.h -- common memory operations
xmlc.c xmlc.h -- xml character classifiers
u.c u.h -- utf-8
rx.c rx.h -- regular expressions engine
rx_cls_u.c rx_cls_ranges.c -- auto-generated tables; included by rx.c
# hierarchy
... ht,s,m,xmlc,u,er -- used in many places
xcl,arx,rvp
. dsl
. dxl
. rnv
... erbit.h
... ll
... rn
.... ll
... rnc
.... sc
..... ll
... rnd
... rnx
.... ll
... drv
.... ll
.... xsd
..... erbit.h
..... xsd_tm
..... rx
...... rx_cls_u
...... rx_cls_ranges
...... ll