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;
 
  
The DOMConfiguration interface represents the configuration of a document and maintains a table of re...
Definition: DOMConfiguration.hpp:350
#define XERCES_CPP_NAMESPACE_BEGIN
Definition: XercesDefs.hpp:112
#define CDOM_EXPORT
Definition: XercesDefs.hpp:166
#define XERCES_CPP_NAMESPACE_END
Definition: XercesDefs.hpp:113
DOMConfiguration()
Definition: DOMConfiguration.hpp:358
uint16_t XMLCh
Definition: Xerces_autoconf_config.hpp:120
virtual ~DOMConfiguration()
Destructor.
Definition: DOMConfiguration.hpp:444
The DOMStringList interface provides the abstraction of an ordered collection of strings,...
Definition: DOMStringList.hpp:37