BlockSyntaxDescriptor Class

BlockSyntaxDescriptor class

Defines the BlockSyntaxDescriptor.

public class BlockSyntaxDescriptor

Properties

NameDescription
getBlock Get the Block
getParser 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<T>(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<T>(String, T)Defines the interface for set attribute.
toString()Override the ToString interface.

See Also