List of XML attributes.
More...
#include <base/xml/Attributes.h>
Inherits Object.
List of XML attributes.
- Version
- 1.0
- Examples
- testsuite/sax.cpp.
◆ Attributes() [1/3]
Attributes::Attributes |
( |
| ) |
|
|
inlinenoexcept |
Initializes the attributes.
◆ Attributes() [2/3]
Initializes the attributes.
◆ Attributes() [3/3]
Initializes XML attributes from other XML attributes.
◆ getAttribute()
const Attribute& Attributes::getAttribute |
( |
unsigned int |
index | ) |
const |
|
inlinenoexcept |
Returns the attributes at the specified index.
◆ getHashTable()
Returns a hash table mapping attribute names to indices.
◆ getSize()
MemorySize Attributes::getSize |
( |
| ) |
const |
|
inlinenoexcept |
◆ operator=()
Assignemnt of attributes by attributes.
◆ operator[]()
const Attribute& Attributes::operator[] |
( |
unsigned int |
index | ) |
const |
|
inlinenoexcept |
Returns the attributes at the specified index.