#include <Base.h>
Public Member Functions | |
| virtual cl7::string_type | generate () const =0 |
Static Public Member Functions | |
| static cl7::string_type | q (const cl7::string_type &x) |
Protected Member Functions | |
| Base (void) | |
| virtual | ~Base (void) |
The base class for every xml component.
| xl7::xml::Base::Base | ( | void | ) | [protected] |
Default constructor.
| xl7::xml::Base::~Base | ( | void | ) | [protected, virtual] |
Destructor.
| virtual cl7::string_type xl7::xml::Base::generate | ( | ) | const [pure virtual] |
Generates xml text representing this xml object.
Implemented in xl7::xml::Attribute, xl7::xml::CData, xl7::xml::Comment, xl7::xml::Declaration, xl7::xml::DocTypeDecl, xl7::xml::Element, xl7::xml::Node, xl7::xml::ProcessingInstruction, xl7::xml::StylesheetReference, and xl7::xml::Text.
| cl7::string_type xl7::xml::Base::q | ( | const cl7::string_type & | x | ) | [static] |
1.7.1