#include <XMLDocument.h>
Inheritance diagram for util::xml::CDATASection:

The data cannot contain the string "]]>".
Public Methods | |
| CDATASection () | |
| Create an empty CDATA section. | |
| CDATASection (std::string str) | |
| Create a CDATA section node with the given contents. | |
| void | printOut (std::ostream &out) const throw (util::io::IOException&) |
| Print out a CDATA section with correct start and end tags. | |