#include <ixml.h>
Public Member Functions | |
virtual | ~XMLElement () |
virtual const std::string | name () const =0 |
virtual const std::string | attribute (const std::string &name) const =0 |
virtual void | forEachAttribute (XMLAttrVisitor &visitor) const =0 |
Definition at line 34 of file ixml.h.
virtual const std::string XMLElement::attribute | ( | const std::string & | name | ) | const [pure virtual] |
Implemented in SAXElement, XMLPreferenceDictionaryExporter::XMLQPrefElement, and XMLPreferenceDictionaryExporter::XMLPreferenceElement.
Referenced by XMLPreferenceDictionaryImporter::pushElement().
virtual void XMLElement::forEachAttribute | ( | XMLAttrVisitor & | visitor | ) | const [pure virtual] |
Implemented in SAXElement, XMLPreferenceDictionaryExporter::XMLQPrefElement, and XMLPreferenceDictionaryExporter::XMLPreferenceElement.
Referenced by XMLStreamWriter::pushElement().
virtual const std::string XMLElement::name | ( | ) | const [pure virtual] |