Interface INcSyntax
Base interface for syntax-level data transformation on SyntaxPiece.JsonObject. Unlike INcSemantic which produces IAct, INcSyntax only restructures or enriches parsed data without producing actions.
public interface INcSyntax : IMakeXmlSource
- Inherited Members
- Extension Methods
Remarks
Do not implement this interface directly. Use one of the two derived interfaces:
- ISituNcSyntax — in-situ (in-place) mutation of a single SyntaxPiece.
- IExpandingNcSyntax — expands one SyntaxPiece into multiple pieces.
Properties
Name
string Name { get; }