18#if !defined(ATTRIBUTELISTIMPL_HEADER_GUARD_1357924680)
19#define ATTRIBUTELISTIMPL_HEADER_GUARD_1357924680
32#include <xercesc/sax/AttributeList.hpp>
41class AttributeVectorEntry;
74 return m_AttributeVector.getMemoryManager();
136 m_AttributeVector.swap(
theOther.m_AttributeVector);
148 m_AttributeVector.reserve(
theCount);
163 eDefaultVectorSize = 5
174 deleteEntries(AttributeVectorType&
theVector);
176 AttributeVectorType m_AttributeVector;
178 AttributeVectorType m_cacheVector;
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
void reserve(XalanSize_t theCount)
Reserve room for the given number of attributes.
virtual const XMLCh * getType(const XMLCh *const name) const
virtual const XMLCh * getValue(const XMLCh *const name) const
virtual const XMLCh * getName(const XalanSize_t index) const
virtual const XMLCh * getValue(const char *const name) const
AttributeListImpl(const AttributeListType &theSource, MemoryManager &theManager)
virtual bool addAttribute(const XMLCh *name, const XMLCh *type, const XMLCh *value)
Adds an attribute to the attribute list.
virtual ~AttributeListImpl()
AttributeListImpl(const AttributeListImpl &theSource, MemoryManager &theManager)
void swap(AttributeListImpl &theOther)
Swap the contents of two instances.
virtual bool removeAttribute(const XMLCh *name)
Removes an attribute from the attribute list.
virtual void clear()
Remove all attributes from the list.
virtual XalanSize_t getLength() const
AttributeListImpl(MemoryManager &theManager)
virtual const XMLCh * getType(const XalanSize_t index) const
XalanVector< AttributeVectorEntry * > AttributeVectorType
MemoryManager & getMemoryManager()
AttributeListImpl & operator=(const AttributeListImpl &theRHS)
AttributeListImpl & operator=(const AttributeListType &theRHS)
virtual const XMLCh * getValue(const XalanSize_t index) const
xercesc::AttributeList AttributeListType
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)