22 #if !defined(XERCESC_INCLUDE_GUARD_DOMSTRINGLIST_HPP) 23 #define XERCESC_INCLUDE_GUARD_DOMSTRINGLIST_HPP 108 virtual bool contains(
const XMLCh*)
const = 0;
124 virtual void release() = 0;
The DOMStringList interface provides the abstraction of an ordered collection of strings, without defining or constraining how this collection is implemented.
Definition: DOMStringList.hpp:37
#define CDOM_EXPORT
Definition: XercesDefs.hpp:166
uint16_t XMLCh
Definition: Xerces_autoconf_config.hpp:120
#define XERCES_CPP_NAMESPACE_BEGIN
Definition: XercesDefs.hpp:112
size_t XMLSize_t
Definition: Xerces_autoconf_config.hpp:112
#define XERCES_CPP_NAMESPACE_END
Definition: XercesDefs.hpp:113
virtual ~DOMStringList()
Destructor.
Definition: DOMStringList.hpp:67
DOMStringList()
Definition: DOMStringList.hpp:44