File: rng-cmpct.el.html
This parses a RELAX NG Compact Syntax schema into the form specified in rng-pttrn.el.
RELAX NG Compact Syntax is specified by
https://relaxng.org/compact.html
This file uses the prefix "rng-c-".
Defined variables (9)
rng-c-anchored-keyword-re | Regular expression to match a keyword in the compact syntax. |
rng-c-datatype-decls | Alist of datatype declarations. |
rng-c-keywords | List of strings that are keywords in the compact syntax. |
rng-c-literal-1-re | Regular expression to match a single-quoted literal. |
rng-c-literal-2-re | Regular expression to match a double-quoted literal. |
rng-c-namespace-decls | Alist of namespace declarations. |
rng-c-overrides | Contains a list of (NAME . DEF) pairs. |
rng-c-syntax-table | Syntax table for parsing the compact syntax. |
rng-c-token-re | Regular expression to match a token in the compact syntax. |