Html Generating Visitor
inner class HtmlGeneratingVisitor(tagRenderer: HtmlGenerator.TagRenderer) : RecursiveVisitor
Content copied to clipboard
Functions
consumeHtml
Link copied to clipboard
consumeTagClose
Link copied to clipboard
consumeTagOpen
Link copied to clipboard
fun consumeTagOpen(node: ASTNode, tagName: CharSequence, vararg attributes: CharSequence?, autoClose: Boolean = false)
Content copied to clipboard