Go to the documentation of this file.
22 #if !defined(XERCESC_INCLUDE_GUARD_XMLATTDEFLIST_HPP)
23 #define XERCESC_INCLUDE_GUARD_XMLATTDEFLIST_HPP
27 #include <xercesc/internal/XSerializable.hpp>
67 virtual bool isEmpty()
const = 0;
70 const unsigned int uriID
71 ,
const XMLCh*
const attName
75 const unsigned int uriID
76 ,
const XMLCh*
const attName
80 const XMLCh*
const attURI
81 ,
const XMLCh*
const attName
85 const XMLCh*
const attURI
86 ,
const XMLCh*
const attName
92 virtual XMLSize_t getAttDefCount()
const = 0;
150 return fMemoryManager;
165 fMemoryManager(manager)
This class makes it possible to override the C++ memory management by adding new/delete operators to ...
Definition: XMemory.hpp:40
#define XERCES_CPP_NAMESPACE_BEGIN
Definition: XercesDefs.hpp:112
#define XERCES_CPP_NAMESPACE_END
Definition: XercesDefs.hpp:113
MemoryManager * getMemoryManager() const
Get the memory manager.
Definition: XMLAttDefList.hpp:148
uint16_t XMLCh
Definition: Xerces_autoconf_config.hpp:120
Represents the core information of an attribute definition.
Definition: XMLAttDef.hpp:52
size_t XMLSize_t
Definition: Xerces_autoconf_config.hpp:112
XMLAttDefList(MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)
Definition: XMLAttDefList.hpp:164
Configurable memory manager.
Definition: MemoryManager.hpp:39
#define XMLPARSER_EXPORT
Definition: XercesDefs.hpp:163
virtual ~XMLAttDefList()
Definition: XMLAttDefList.hpp:156
This class defines an abstract interface that all validators must support.
Definition: XMLAttDefList.hpp:50