#include <xalanc/PlatformSupport/AttributeListImpl.hpp>
Definition at line 49 of file AttributeListImpl.hpp.
◆ AttributeVectorType
◆ AttributeListImpl() [1/3]
xalanc::AttributeListImpl::AttributeListImpl |
( |
MemoryManager & |
theManager | ) |
|
|
explicit |
◆ ~AttributeListImpl()
virtual xalanc::AttributeListImpl::~AttributeListImpl |
( |
| ) |
|
|
virtual |
◆ AttributeListImpl() [2/3]
xalanc::AttributeListImpl::AttributeListImpl |
( |
const AttributeListImpl & |
theSource, |
|
|
MemoryManager & |
theManager |
|
) |
| |
◆ AttributeListImpl() [3/3]
xalanc::AttributeListImpl::AttributeListImpl |
( |
const AttributeListType & |
theSource, |
|
|
MemoryManager & |
theManager |
|
) |
| |
◆ addAttribute()
Adds an attribute to the attribute list.
- Parameters
-
name | attribute name |
type | attribute type, "CDATA," for example |
value | attribute value |
◆ clear()
Remove all attributes from the list.
◆ getLength()
◆ getMemoryManager()
MemoryManager & xalanc::AttributeListImpl::getMemoryManager |
( |
| ) |
|
|
inline |
◆ getName()
◆ getType() [1/2]
◆ getType() [2/2]
◆ getValue() [1/3]
◆ getValue() [2/3]
◆ getValue() [3/3]
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ removeAttribute()
Removes an attribute from the attribute list.
- Parameters
-
◆ reserve()
Reserve room for the given number of attributes.
- Parameters
-
theCount | The number to reserve |
Definition at line 146 of file AttributeListImpl.hpp.
◆ swap()
Swap the contents of two instances.
This must never throw an exception.
- Parameters
-
thOther | The instance with which to swap. |
Definition at line 134 of file AttributeListImpl.hpp.
The documentation for this class was generated from the following file: