Click or drag to resize

Syntactik Namespace

The Syntactik namespace provides classes that are used to implement parsing services.
Classes
  ClassDescription
Public classParser
Parses stream of chars, calls methods of IPairFactory to create DOM structure of Syntactik document.
Public classParsingErrors
Contains list of parsing error messages and auxiliary methods to work with them.
Interfaces
  InterfaceDescription
Public interfaceIErrorListener
Base interface for all error listeners.