Syntactik.NET Documentation
Syntactik.NET Documentation
API Reference
Syntactik.DOM
IPairFactory Interface
IPairFactory Methods
AppendChild Method
CreateMappedPair Method
EndPair Method
ProcessComment Method
IPairFactory
ProcessComment Method
Method is called when parser finds a comment.
Namespace:
Syntactik.DOM
Assembly:
Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
Copy
Comment
ProcessComment
(
ITextSource
textSource
,
int
commentType
,
Interval
commentInterval
)
Parameters
textSource
Type:
Syntactik.IO
ITextSource
ITextSource
is used to get text of the comment.
commentType
Type:
System
Int32
1 - single line comment. 2 - multi-line comment
commentInterval
Type:
Syntactik.DOM
Interval
Interval of the comment in the source code.
Return Value
Type:
Comment
Instance of
Comment
.
See Also
Reference
IPairFactory Interface
Syntactik.DOM Namespace
Send comments on this topic to
info@syntactik.com