 |
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(ATTRIBUTELISTIMPL_HEADER_GUARD_1357924680)
19 #define ATTRIBUTELISTIMPL_HEADER_GUARD_1357924680
32 #include <xercesc/sax/AttributeList.hpp>
41 class AttributeVectorEntry;
60 MemoryManager& theManager);
63 MemoryManager& theManager);
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;
187 #endif // ATTRIBUTELISTIMPL_HEADER_GUARD_1357924680
virtual const XMLCh * getValue(const XMLCh *const name) const
AttributeListImpl & operator=(const AttributeListType &theRHS)
void reserve(XalanSize_t theCount)
Reserve room for the given number of attributes.
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
xercesc::AttributeList AttributeListType
virtual XalanSize_t getLength() const
MemoryManager & getMemoryManager()
AttributeListImpl(const AttributeListType &theSource, MemoryManager &theManager)
AttributeListImpl(MemoryManager &theManager)
virtual bool removeAttribute(const XMLCh *name)
Removes an attribute from the attribute list.
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
virtual const XMLCh * getType(const XMLCh *const name) const
virtual void clear()
Remove all attributes from the list.
XalanVector< AttributeVectorEntry * > AttributeVectorType
virtual const XMLCh * getValue(const char *const name) const
virtual const XMLCh * getValue(const XalanSize_t index) const
AttributeListImpl & operator=(const AttributeListImpl &theRHS)
virtual const XMLCh * getType(const XalanSize_t index) const
virtual bool addAttribute(const XMLCh *name, const XMLCh *type, const XMLCh *value)
Adds an attribute to the attribute list.
AttributeListImpl(const AttributeListImpl &theSource, MemoryManager &theManager)
virtual const XMLCh * getName(const XalanSize_t index) const
virtual ~AttributeListImpl()
void swap(AttributeListImpl &theOther)
Swap the contents of two instances.