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
SIZE_T XMLSize_t
Definition: Xerces_autoconf_config.borland.hpp:86
#define XERCES_CPP_NAMESPACE_BEGIN
Definition: XercesDefs.hpp:112
wchar_t XMLCh
Definition: Xerces_autoconf_config.borland.hpp:92
#define XERCES_CPP_NAMESPACE_END
Definition: XercesDefs.hpp:113
virtual ~DOMStringList()
Destructor.
Definition: DOMStringList.hpp:67
DOMStringList()
Definition: DOMStringList.hpp:44