IPairFactory Interface |
Namespace: Syntactik.DOM
public interface IPairFactory
The IPairFactory type exposes the following members.
Name | Description | |
---|---|---|
![]() | AppendChild |
When child pair is create, parser calls this method to add child pair to parent.
|
![]() | CreateMappedPair |
If a pair has a literal value then parser calls this method when name, assignment and value are parsed.
If a pair has a block or pair value then parser calls this method when name and assignment are parsed.
|
![]() | EndPair |
Parser calls this method to provide location of end of pair.
|
![]() | ProcessComment |
Method is called when parser finds a comment.
|