#include <AttributeListImpl.hpp>
List of all members.
Public Types
Public Member Functions
Detailed Description
Definition at line 49 of file AttributeListImpl.hpp.
Member Typedef Documentation
Constructor & Destructor Documentation
AttributeListImpl::AttributeListImpl |
( |
MemoryManager & |
theManager |
) |
[explicit] |
virtual AttributeListImpl::~AttributeListImpl |
( |
|
) |
[virtual] |
AttributeListImpl::AttributeListImpl |
( |
const AttributeListImpl & |
theSource, |
|
|
MemoryManager & |
theManager | |
|
) |
| | |
AttributeListImpl::AttributeListImpl |
( |
const AttributeListType & |
theSource, |
|
|
MemoryManager & |
theManager | |
|
) |
| | |
Member Function Documentation
virtual bool AttributeListImpl::addAttribute |
( |
const XMLCh * |
name, |
|
|
const XMLCh * |
type, |
|
|
const XMLCh * |
value | |
|
) |
| | [virtual] |
Adds an attribute to the attribute list.
- Parameters:
-
| name | attribute name |
| type | attribute type, "CDATA," for example |
| value | attribute value |
virtual void AttributeListImpl::clear |
( |
|
) |
[virtual] |
Remove all attributes from the list.
virtual XalanSize_t AttributeListImpl::getLength |
( |
|
) |
const [virtual] |
MemoryManager& AttributeListImpl::getMemoryManager |
( |
|
) |
[inline] |
virtual const XMLCh* AttributeListImpl::getName |
( |
const XalanSize_t |
index |
) |
const [virtual] |
virtual const XMLCh* AttributeListImpl::getType |
( |
const XMLCh *const |
name |
) |
const [virtual] |
virtual const XMLCh* AttributeListImpl::getType |
( |
const XalanSize_t |
index |
) |
const [virtual] |
virtual const XMLCh* AttributeListImpl::getValue |
( |
const XMLCh *const |
name |
) |
const [virtual] |
virtual const XMLCh* AttributeListImpl::getValue |
( |
const char *const |
name |
) |
const [virtual] |
virtual const XMLCh* AttributeListImpl::getValue |
( |
const XalanSize_t |
index |
) |
const [virtual] |
virtual bool AttributeListImpl::removeAttribute |
( |
const XMLCh * |
name |
) |
[virtual] |
Removes an attribute from the attribute list.
- Parameters:
-
void AttributeListImpl::reserve |
( |
XalanSize_t |
theCount |
) |
[inline] |
Reserve room for the given number of attributes.
- Parameters:
-
| theCount | The number to reserve |
Definition at line 146 of file AttributeListImpl.hpp.
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: