Class that abstracts a XMLPI. More...
#include <cgicc/XMLPI.h>
Constructor and Destructor | |
| XMLPI (std::string name) | |
| Constructor. More... | |
| virtual | ~XMLPI () |
| Destructor. More... | |
| 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. More... | |
Additional Inherited Members | |
Public Member Functions inherited from cgicc::MStreamable | |
| MStreamable () | |
| Empty constructor. More... | |
| virtual | ~MStreamable () |
| Empty destructor. More... | |
| cgicc::XMLPI::XMLPI | ( | std::string | name | ) |
|
virtual |
Destructor.
Delete this XMLPI object
|
virtual |
Write this object to a stream.
Subclasses must implement this function.
| out | The ostream to which to write. |
Implements cgicc::MStreamable.