Go to the documentation of this file.
18 #if !defined(XERCESC_INCLUDE_GUARD_DOMCONFIGURATION_HPP)
19 #define XERCESC_INCLUDE_GUARD_DOMCONFIGURATION_HPP
26 #include <xercesc/util/RefVectorOf.hpp>
The DOMConfiguration interface represents the configuration of a document and maintains a table of re...
Definition: DOMConfiguration.hpp:351
#define XERCES_CPP_NAMESPACE_BEGIN
Definition: XercesDefs.hpp:112
#define CDOM_EXPORT
Definition: XercesDefs.hpp:166
char16_t XMLCh
Definition: Xerces_autoconf_config.hpp:120
virtual const DOMStringList * getParameterNames() const =0
The list of the parameters supported by this DOMConfiguration object and for which at least one value...
#define XERCES_CPP_NAMESPACE_END
Definition: XercesDefs.hpp:113
virtual void setParameter(const XMLCh *name, bool value)=0
DOMConfiguration()
Definition: DOMConfiguration.hpp:358
virtual void setParameter(const XMLCh *name, const void *value)=0
Set the value of a parameter.
virtual ~DOMConfiguration()
Destructor.
Definition: DOMConfiguration.hpp:444
virtual const void * getParameter(const XMLCh *name) const =0
Return the value of a parameter if known.
virtual bool canSetParameter(const XMLCh *name, const void *value) const =0
Check if setting a parameter to a specific value is supported.
virtual bool canSetParameter(const XMLCh *name, bool value) const =0
The DOMStringList interface provides the abstraction of an ordered collection of strings,...
Definition: DOMStringList.hpp:37