Toggle menu
Nitlanguage.org
Nitdoc
nitc
htmlight
HtmlightVisitor
_html
private
var
_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