rapidxml
Public Member Functions
xml_base< Ch > Class Template Reference

Inherited by xml_attribute< Ch >, and xml_node< Ch >.

List of all members.

Public Member Functions


Detailed Description

template<class Ch = char>
class rapidxml::xml_base< Ch >

Base class for xml_node and xml_attribute implementing common functions: name(), name_size(), value(), value_size() and parent().

Parameters:
ChCharacter type to use