| AttributeListImpl::AttributeListImpl | ( | MemoryManagerType & | theManager | ) | [explicit] |
| virtual AttributeListImpl::~AttributeListImpl | ( | ) | [virtual] |
| AttributeListImpl::AttributeListImpl | ( | const AttributeListImpl & | theSource, | |
| MemoryManagerType & | theManager | |||
| ) |
| AttributeListImpl::AttributeListImpl | ( | const AttributeListType & | theSource, | |
| MemoryManagerType & | theManager | |||
| ) |
| AttributeListImpl& AttributeListImpl::operator= | ( | const AttributeListImpl & | theRHS | ) |
| AttributeListImpl& AttributeListImpl::operator= | ( | const AttributeListType & | theRHS | ) |
| MemoryManagerType& AttributeListImpl::getMemoryManager | ( | ) |
| virtual unsigned int AttributeListImpl::getLength | ( | ) | const [virtual] |
| virtual const XMLCh* AttributeListImpl::getName | ( | const unsigned int | index | ) | const [virtual] |
| virtual const XMLCh* AttributeListImpl::getType | ( | const unsigned int | index | ) | const [virtual] |
| virtual const XMLCh* AttributeListImpl::getValue | ( | const unsigned int | index | ) | const [virtual] |
| virtual const XMLCh* AttributeListImpl::getType | ( | const XMLCh *const | name | ) | 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 void AttributeListImpl::clear | ( | ) | [virtual] |
Remove all attributes from the list.
| virtual bool AttributeListImpl::addAttribute | ( | const XMLCh * | name, | |
| const XMLCh * | type, | |||
| const XMLCh * | value | |||
| ) | [virtual] |
Adds an attribute to the attribute list.
| name | attribute name | |
| type | attribute type, "CDATA," for example | |
| value | attribute value |
| virtual bool AttributeListImpl::removeAttribute | ( | const XMLCh * | name | ) | [virtual] |
Removes an attribute from the attribute list.
| name | attribute name |
| void AttributeListImpl::swap | ( | AttributeListImpl & | theOther | ) |
Swap the contents of two instances.
This must _never_ throw an exception.
| thOther | The instance with which to swap. |
| void AttributeListImpl::reserve | ( | unsigned int | theCount | ) |
Reserve room for the given number of attributes.
| theCount | The number to reserve |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.10 |
|
|