Class that abstracts a XMLPI. More...
#include <cgicc/XMLPI.h>
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. | |
Constructor and Destructor | |
XMLPI (std::string name) | |
Constructor. | |
virtual | ~XMLPI () |
Destructor. |
Class that abstracts a XMLPI.
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
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.