18#if !defined(XERCESC_INCLUDE_GUARD_DOMCONFIGURATION_HPP)
19#define XERCESC_INCLUDE_GUARD_DOMCONFIGURATION_HPP
25#include <xercesc/util/XMLString.hpp>
26#include <xercesc/util/RefVectorOf.hpp>
29XERCES_CPP_NAMESPACE_BEGIN
448XERCES_CPP_NAMESPACE_END
The DOMConfiguration interface represents the configuration of a document and maintains a table of re...
Definition DOMConfiguration.hpp:351
DOMConfiguration()
Definition DOMConfiguration.hpp:358
virtual const DOMStringList * getParameterNames() const =0
The list of the parameters supported by this DOMConfiguration object and for which at least one value...
virtual void setParameter(const XMLCh *name, const void *value)=0
Set the value of a parameter.
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 void setParameter(const XMLCh *name, bool value)=0
virtual bool canSetParameter(const XMLCh *name, bool value) const =0
virtual ~DOMConfiguration()
Destructor.
Definition DOMConfiguration.hpp:444
The DOMStringList interface provides the abstraction of an ordered collection of strings,...
Definition DOMStringList.hpp:37