Content Node.  
 More...
Inherits xmlpp::Node.
Inherited by xmlpp::CdataNode, xmlpp::CommentNode, xmlpp::ProcessingInstructionNode, and xmlpp::TextNode.
List of all members.
Detailed Description
Content Node. 
This will be instantiated by the parser. 
Constructor & Destructor Documentation
      
        
          | xmlpp::ContentNode::ContentNode  | 
          ( | 
          _xmlNode *  | 
          node | ) | 
           [explicit] | 
        
      
 
 
      
        
          | virtual xmlpp::ContentNode::~ContentNode  | 
          ( | 
           | ) | 
           [virtual] | 
        
      
 
 
Member Function Documentation
      
        
          | std::string xmlpp::ContentNode::get_content  | 
          ( | 
           | ) | 
           const | 
        
      
 
Get the text of this content node. 
- Returns:
 - The text. Note that the 5 predefined entities (&, ", <, &qt, TODO: What's the 5th one?) are always resolved, so this content will show their human-readable equivalents. 
 
 
 
      
        
          | bool xmlpp::ContentNode::is_white_space  | 
          ( | 
           | ) | 
           const | 
        
      
 
- Returns:
 - Whether this node contains only white space, or is empty. 
 
 
 
      
        
          | void xmlpp::ContentNode::set_content  | 
          ( | 
          const std::string &  | 
          content | ) | 
           | 
        
      
 
Set the text of this content node. 
- Parameters:
 - 
  
    | content | The text. This must be unescaped, meaning that the predefined entities will be created for you. See get_content().  | 
  
   
 
 
The documentation for this class was generated from the following file: