ot::xml
class AttributeSet (abstract)
#include "ot/xml/AttributeSet.h"
A virtual base (interface) class to encapsulate and provide convenient access to the set of Attributes from an element start tag.
Applications that do not require the additional features provided by the native interface are encouraged to use the standard interface provided by the ot::sax namespace.
| Constructor/Destructor Detail |
~AttributeSet
virtual ~AttributeSet()
-
addAttribute
virtual bool addAttribute(Attribute* pAttribute)=0
-
empty
virtual bool empty() const=0
-
getAttribute
virtual RefPtr< Attribute > getAttribute(const String& qName) const=0
-
getAttribute
virtual RefPtr< Attribute > getAttribute(size_t index) const=0
-
getAttribute
virtual RefPtr< Attribute > getAttribute(const String& uri,
const String& localName) const=0
-
removeAll
virtual void removeAll()=0
-
removeAttribute
virtual void removeAttribute(size_t index)=0
-
size
virtual size_t size() const=0
-
Found a bug or missing feature? Please email us at support@elcel.com