PairFactoryForXml Class |
Namespace: Syntactik.Compiler.Steps
public class PairFactoryForXml : IPairFactory
The PairFactoryForXml type exposes the following members.
Name | Description | |
---|---|---|
![]() | PairFactoryForXml |
Creates instance of PairFactoryForXml.
|
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.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ProcessComment |
Method is called when parser finds a comment.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |