libxml++ 1.0.0
xmlpp::EntityReference Class Reference

Entity references refer to previously declared entities. More...

Inherits xmlpp::Node.

List of all members.

Public Member Functions

 EntityReference (_xmlNode *node)
virtual ~EntityReference ()
std::string get_resolved_text () const
 Get the text to which this entity reference would have resolved if the XML document had been parsed with Parser::set_substitute_entities(true).
std::string get_original_text () const

Detailed Description

Entity references refer to previously declared entities.

This will be instantiated by the parser.


Constructor & Destructor Documentation

xmlpp::EntityReference::EntityReference ( _xmlNode *  node) [explicit]
virtual xmlpp::EntityReference::~EntityReference ( ) [virtual]

Member Function Documentation

std::string xmlpp::EntityReference::get_original_text ( ) const
std::string xmlpp::EntityReference::get_resolved_text ( ) const

Get the text to which this entity reference would have resolved if the XML document had been parsed with Parser::set_substitute_entities(true).

Returns:
The unescaped text.

The documentation for this class was generated from the following file: