character_reference method
character_reference
Creates WhitespaceSyntaxNode.
Returns
The CharacterReferenceSyntax.
def character_reference(self, source, span, value):
...
| Parameter | Type | Description |
|---|---|---|
| source | aspose.html.toolkit.markdown.syntax.text.SourceText | The SourceText. |
| span | aspose.html.toolkit.markdown.syntax.text.TextSpan | The TextSpan. |
| value | str | The string value. |
See Also
- module
aspose.html.toolkit.markdown.syntax - class
MarkdownSyntaxFactory - class
WhitespaceSyntaxNode