#include <XMLDocument.h>
Inheritance diagram for util::xml::Text:
Public Methods | |
Text () | |
Create an empty text node. | |
Text (std::string str) | |
Create a text node with the given contents. | |
Protected Methods | |
Text (NodeType type) | |
Some subclasses need to override the default type (TEXT_NODE). | |
Text (std::string str, NodeType type) | |
Some subclasses need to override the default type (TEXT_NODE). | |
void | printOut (std::ostream &out) const throw (util::io::IOException&) |
Print out the contents of this string section. |
|
Print out the contents of this string section. This method automatically converts special characters to XML entities. Implements util::xml::Node. Reimplemented in util::xml::CDATASection. |