69 inline std::string getName()
const {
return fName; }
71 void setAttributes(
const HTMLAttributeList& attributes);
72 XMLPI& set(
const std::string& name);
73 XMLPI& set(
const std::string& name,
const std::string& value);
74 virtual void render(std::ostream& out)
const;
Platform and operating system specific macro definitions.
Class containing a list of HTMLAttribute objects.
Abstract base class for all streamable objects.
An expandable list of HTMLAttribute objects.
Mix-in streamable interface.
Class that abstracts a XMLPI.
virtual ~XMLPI()
Destructor.
XMLPI(std::string name)
Constructor.
virtual void render(std::ostream &out) const
Write this object to a stream.
The namespace containing the cgicc library.