Class BlockSyntaxDescriptor
BlockSyntaxDescriptor class
定义 BlockSyntaxDescriptor.
public class BlockSyntaxDescriptor
特性
姓名 | 描述 |
---|---|
Block { get; } | 获取区块 |
Parser { get; } | 获取解析器。 |
方法
姓名 | 描述 |
---|---|
AppendInline(SourceText) | 定义附加内联接口。 |
Close() | 定义关闭接口。 |
Delete() | 定义删除接口。 |
GetAttributes() | 定义获取属性的接口。 |
GetAttributeValue<T>(string) | 定义获取属性 的接口 |
GetContent() | 定义获取内容的接口。 |
HasAttribute(string) | 定义检查Has Attribute 的接口 |
SetAttributeValue<T>(string, T) | 定义设置属性的接口。 |
override ToString() | 覆盖 ToString 接口。 |