#include <cgicc/XMLPI.h>
Inheritance diagram for cgicc::XMLPI:
Public Member Functions | |
XMLPI & | operator= (const XMLPI &element) |
std::string | getName () const |
const HTMLAttributeList * | getAttributes () const |
void | setAttributes (const HTMLAttributeList &attributes) |
XMLPI & | set (const std::string &name) |
XMLPI & | set (const std::string &name, const std::string &value) |
virtual void | render (std::ostream &out) const |
Write this object to a stream. |
This class add the XMLPI feature
Definition at line 44 of file XMLPI.h.
cgicc::XMLPI::XMLPI | ( | std::string | name | ) |
virtual cgicc::XMLPI::~XMLPI | ( | ) | [virtual] |
Destructor.
Delete this XMLPI object
cgicc::XMLPI::XMLPI | ( | std::string | name | ) |
virtual cgicc::XMLPI::~XMLPI | ( | ) | [virtual] |
Destructor.
Delete this XMLPI object
virtual void cgicc::XMLPI::render | ( | std::ostream & | out | ) | const [virtual] |
Write this object to a stream.
Subclasses must implement this function.
out | The ostream to which to write. |
Implements cgicc::MStreamable.