
Text::UberText::Node::Text - UberText Text Node

The Node::Text module handles processing an UberText text segment embedded within an UberText file. It is a subclass of the Text::UberText::Node class.

UberText files cannot contain certain characters, as a result of which, they need to be specified with escape sequences.
Escape sequences start with a percent sign (%), and end with a semi-colon (;). Two alpabetic characters in the middle specify what character they intend to replace.
Percent sign (%)
Double quote (")
Single quote (')
Colon (:)
Semi-colon (;)
Left bracket ([)
Right bracket (])
Left parenthesis (()
Right parenthesis ())

The following methods are overriden from the Text::UberText::Node module to perform specific functions on passed input.
Generates the output, replacing all escape sequences.
Performs the actual escape sequence replacement.
The run method does nothing. All processing of the text is performed before the document tree is actually run.

Chris Josephes <cpj1@visi.com>

Text::UberText::Node, Text::UberText::Node::Command

Copyright 2002, Chris Josephes. All rights reserved. This module is free software. It may be used, redistributed, and/or modified under the same terms as Perl itself. ~