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

Note that a well-formed comment must not end with a '-'.
Public Methods | |
| Comment () | |
| Create an empty comment. | |
| Comment (std::string str) | |
| Create a comment node with the given contents. | |
| void | printOut (std::ostream &out) const throw (util::io::IOException&) |
| Print out the contents of this comment. | |
|
|
Print out the contents of this comment. This method prints the start and end tags for a comment plus the contents in between. Implements util::xml::Node. |