Toggle menu
Nitlanguage.org
Nitdoc
nitc
htmlight
HtmlightVisitor
html=
protected
fun
html=
(html:
HTMLTag
)
nitc
::
HtmlightVisitor
::
html=
Doc
Linearization
Summary
The root of the HTML hierarchy
The root of the HTML hierarchy
Summary
Property definitions
nitc$HtmlightVisitor$html=
Property definitions
nitc
$
HtmlightVisitor
::
html=
# The root of the HTML hierarchy
var
html
=
new
HTMLTag
(
"span"
)
src/htmlight.nit:80,2--81,31