BlockSyntaxDescriptor Class

BlockSyntaxDescriptor class

Defines the BlockSyntaxDescriptor.

public class BlockSyntaxDescriptor

Properties

NameDescription
Block { get; }Get the Block
Parser { get; }Get the Parser.

Methods

NameDescription
AppendInline(SourceText)Defines the interface for Append Inline.
Close()Defines the interface for Close.
Delete()Defines the interface for Delete.
GetAttributes()Defines the interface for get attribute.
GetAttributeValue(string)Defines the interface for get the Attribute
GetContent()Defines the interface for get content.
HasAttribute(string)Defines the interface for check Has Attribute
SetAttributeValue(string, T)Defines the interface for set attribute.
override ToString()Override the ToString interface.

See Also