MathMLSyntaxRenderer

object MathMLSyntaxRenderer : SyntaxRenderer

SyntaxRenderer implementation for MathML.

The generated XML string is a valid MathML instance.

Author

Iaroslav Postovalov

Functions

render
Link copied to clipboard
common
open override fun render(node: MathSyntax, output: Appendable)
Renders the MathSyntax to output.
renderPart
Link copied to clipboard
common
fun renderPart(node: MathSyntax, output: Appendable)
Renders a part of syntax returning a correct MathML tag not the whole MathML instance.

Sources

common source
Link copied to clipboard