Syntactik.NET Documentation
Syntactik.NET Documentation
API Reference
Syntactik.DOM
IPairFactory Interface
IPairFactory Methods
AppendChild Method
CreateMappedPair Method
EndPair Method
ProcessComment Method
IPairFactory
AppendChild Method
When child pair is create, parser calls this method to add child pair to parent.
Namespace:
Syntactik.DOM
Assembly:
Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
Copy
void
AppendChild
(
Pair
parent
,
Pair
child
)
Parameters
parent
Type:
Syntactik.DOM
Pair
Parent
Pair
.
child
Type:
Syntactik.DOM
Pair
Child
Pair
.
See Also
Reference
IPairFactory Interface
Syntactik.DOM Namespace
Send comments on this topic to
info@syntactik.com