ot::xml
class AttributeSetImpl
#include "ot/xml/AttributeSetImpl.h"
An implementation of the AttributeSet interface.
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.
addAttribute
virtual bool addAttribute(Attribute* pAttribute)
-
empty
virtual bool empty() const
-
getAttribute
virtual RefPtr< Attribute > getAttribute(const String& qName) const
-
getAttribute
virtual RefPtr< Attribute > getAttribute(size_t index) const
-
getAttribute
virtual RefPtr< Attribute > getAttribute(const String& uri,
const String& localName) const
-
removeAll
virtual void removeAll()
-
removeAttribute
virtual void removeAttribute(size_t index)
-
size
virtual size_t size() const
-
Found a bug or missing feature? Please email us at support@elcel.com