typedef Map::const_iterator IpeXmlAttributes::const_iterator |
Iterator for (key, value) pairs.
IpeXmlAttributes::IpeXmlAttributes | ( | ) |
Constructor for an empty collection.
const_iterator IpeXmlAttributes::begin | ( | ) | const [inline] |
Return const iterator for first attribute.
const_iterator IpeXmlAttributes::end | ( | ) | const [inline] |
Return const iterator for end of attributes.
void IpeXmlAttributes::Clear | ( | ) |
Remove all attributes.
Return attribute with given key.
Returns an empty string if no attribute with this key exists.
Check whether attribute exists, set val
if so.
void IpeXmlAttributes::SetSlash | ( | ) | [inline] |
Set that the tag contains the final /.
bool IpeXmlAttributes::Slash | ( | ) | const [inline] |
Return whether tag contains the final /.