Inheritance diagram for xmlpp::ContentNode:
Public Member Functions | |
ContentNode (_xmlNode *node) | |
virtual | ~ContentNode () |
std::string | get_content () const |
Get the text of this content node. | |
void | set_content (const std::string &content) |
Set the text of this content node. | |
bool | is_white_space () const |
Whether this node contains only white space, or is empty. |
This will be instantiated by the parser.
|
|
|
|
|
Get the text of this content node.
|
|
Whether this node contains only white space, or is empty.
|
|
Set the text of this content node.
|