21.133Class Text

Terminal text node.

Class Text( text ) from \
                 BaseDom(( "text", nil, nil))

This class is meant to store a terminal text (a pure string) which is directly rendered on the output.

The string is escaped so that html special characters are correctly rendered.

Properties
text
Methods
render
Properties inherited from class BaseDom
childTypeList
children
eattr
hname
parent
profileMeta-profiles.
text
Methods inherited from class BaseDom
render
st_makesep

Properties

text

Methods

render

render( level, stream )
Made with http://www.falconpl.org