Syntactik.Compiler.Steps Namespace |
| Class | Description | |
|---|---|---|
| AliasResolvingVisitor | AliasResolvingVisitor resolves and visits nodes defined in aliases. Attributes are resolved prior to elements.
| |
| ErrorListener |
Default implementation of IErrorListener that reports all errors to CompilerContext.
| |
| EscapeMatch |
Wrapper class for escape sequence string.
| |
| NamespaceResolver |
Implements logic of collecting information about aliases and namespaces.
| |
| NsInfo | ||
| PairFactoryForJson |
Implementation of IPairFactory that creates Pair for JSON-modules.
| |
| PairFactoryForXml |
Implementation of IPairFactory that creates Pair for XML-modules.
| |
| Parse | ICompilerStep parsing Syntactik modules.
| |
| ProcessAliasesAndNamespaces | ICompilerStep that uses SyntactikDepthFirstVisitor and
NamespaceResolver to collect info about namespaces and aliases.
| |
| ValidateDocuments | ICompilerStep that is using data provided by NamespaceResolver to validate Syntactik modules.
|