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 | |
profile | Meta-profiles. |
text | |
Methods inherited from class BaseDom | |
render | |
st_makesep |
render( level, stream )