Class: Text
Inherits: | Node |
Defined in: | src/nodes/text.coffee |
Overview
Text node that contains everything that cannot be detected as other node. This is normally plain text to be inserted into the template.
Constant Summary
Constants inherited from Node
CLEAR_WHITESPACE_LEFT, CLEAR_WHITESPACE_RIGHT
Instance Method Summary
- - (void) evaluate() Evaluate the text node.
Methods inherited from Node
#constructor, #addChild, #getOpener, #getCloser, #isPreserved, #markText, #markRunningCode, #markInsertingCode, #evaluate, #render
Instance Method Details
- (void) evaluate()
Evaluate the text node.