xmlpp::EntityReference Class Reference

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

Inheritance diagram for xmlpp::EntityReference:

xmlpp::Node xmlpp::NonCopyable 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:
Generated on Tue Dec 13 10:36:44 2005 for libxml++ by  doxygen 1.4.5