Syntactik.NET Documentation
Syntactik.NET Documentation
API Reference
Syntactik
Parser Class
Parser Constructor
Parser Properties
Parser Methods
Parser Constructor
Creates instance of the
Parser
.
Namespace:
Syntactik
Assembly:
Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
Copy
public
Parser
(
ICharStream
input
,
IPairFactory
pairFactory
,
Module
root
)
Parameters
input
Type:
Syntactik.IO
ICharStream
Stream of characters for parsing.
pairFactory
Type:
Syntactik.DOM
IPairFactory
Pair factory is used to create DOM structure of the Syntactik document.
root
Type:
Syntactik.DOM
Module
Module
object is used as root of DOM structure.
See Also
Reference
Parser Class
Syntactik Namespace
Send comments on this topic to
info@syntactik.com