Go to the documentation of this file.
   22 #if !defined(XERCESC_INCLUDE_GUARD_DOMPROCESSINGINSTRUCTION_HPP) 
   23 #define XERCESC_INCLUDE_GUARD_DOMPROCESSINGINSTRUCTION_HPP 
   87     virtual const XMLCh *        getTarget() 
const = 0;
 
   99     virtual const XMLCh *        getData() 
const = 0;
 
  113     virtual void             setData(
const XMLCh * data) = 0;
 
  
#define XERCES_CPP_NAMESPACE_BEGIN
Definition: XercesDefs.hpp:112
DOMProcessingInstruction()
Definition: DOMProcessingInstruction.hpp:45
#define CDOM_EXPORT
Definition: XercesDefs.hpp:166
#define XERCES_CPP_NAMESPACE_END
Definition: XercesDefs.hpp:113
DOMProcessingInstruction(const DOMProcessingInstruction &other)
Definition: DOMProcessingInstruction.hpp:46
The DOMProcessingInstruction interface represents a "processing instruction", used in XML as a way to...
Definition: DOMProcessingInstruction.hpp:38
uint16_t XMLCh
Definition: Xerces_autoconf_config.hpp:120
virtual ~DOMProcessingInstruction()
Destructor.
Definition: DOMProcessingInstruction.hpp:68
The DOMNode interface is the primary datatype for the entire Document Object Model.
Definition: DOMNode.hpp:139