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>
390 virtual void setParameter(
const XMLCh* name,
const void* value) = 0;
391 virtual void setParameter(
const XMLCh* name,
bool value) = 0;
406 virtual const void* getParameter(
const XMLCh* name)
const = 0;
422 virtual bool canSetParameter(
const XMLCh* name,
const void* value)
const = 0;
423 virtual bool canSetParameter(
const XMLCh* name,
bool value)
const = 0;