The CFconsole class contains paired data (name/value) in two separate strings.
It contains methods for accessing the strings, and methods for converting the name/value pair into Markup (XML-Style) format and reverse.
The insertion and extraction operators have been overloaded for easy conversion between paired and joined XML-Style string format.
The class was designed to be contained by another class (CFconf), to provide a base implementation for an XML config file parser.