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