Xalan-C++ API Documentation
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>
37 XALAN_CPP_NAMESPACE_BEGIN
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;
183 XALAN_CPP_NAMESPACE_END
187 #endif // ATTRIBUTELISTIMPL_HEADER_GUARD_1357924680
virtual ~AttributeListImpl()
void reserve(XalanSize_t theCount)
Reserve room for the given number of attributes.
AttributeListImpl(MemoryManager &theManager)
XERCES_CPP_NAMESPACE_QUALIFIER AttributeList AttributeListType
void swap(AttributeListImpl &theOther)
Swap the contents of two instances.
bool operator==(const ElemAttributeSet &theLHS, const ElemAttributeSet &theRHS)
AttributeListImpl(const AttributeListType &theSource, MemoryManager &theManager)
AttributeListImpl & operator=(const AttributeListImpl &theRHS)
virtual XalanSize_t getLength() const
virtual bool addAttribute(const XMLCh *name, const XMLCh *type, const XMLCh *value)
Adds an attribute to the attribute list.
MemoryManager & getMemoryManager()
virtual const XMLCh * getType(const XMLCh *const name) const
AttributeListImpl & operator=(const AttributeListType &theRHS)
AttributeListImpl(const AttributeListImpl &theSource, MemoryManager &theManager)
XalanVector< AttributeVectorEntry * > AttributeVectorType
virtual const XMLCh * getValue(const XMLCh *const name) const
virtual const XMLCh * getName(const XalanSize_t index) const
virtual const XMLCh * getValue(const XalanSize_t index) const
XERCES_CPP_NAMESPACE_QUALIFIER AttributeList AttributeListType
virtual const XMLCh * getValue(const char *const name) const
virtual bool removeAttribute(const XMLCh *name)
Removes an attribute from the attribute list.
virtual const XMLCh * getType(const XalanSize_t index) const
virtual void clear()
Remove all attributes from the list.
Interpreting class diagrams
Doxygen and
GraphViz are
used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.
|
|