22#if !defined(XERCESC_INCLUDE_GUARD_DOMPROCESSINGINSTRUCTION_HPP)
23#define XERCESC_INCLUDE_GUARD_DOMPROCESSINGINSTRUCTION_HPP
25#include <xercesc/util/XercesDefs.hpp>
28XERCES_CPP_NAMESPACE_BEGIN
99 virtual const XMLCh *
getData()
const = 0;
118XERCES_CPP_NAMESPACE_END
The DOMNode interface is the primary datatype for the entire Document Object Model.
Definition DOMNode.hpp:139
The DOMProcessingInstruction interface represents a "processinginstruction", used in XML as a way to ...
Definition DOMProcessingInstruction.hpp:38
DOMProcessingInstruction(const DOMProcessingInstruction &other)
Definition DOMProcessingInstruction.hpp:46
virtual void setData(const XMLCh *data)=0
Sets the content of this processing instruction.
DOMProcessingInstruction()
Definition DOMProcessingInstruction.hpp:45
virtual ~DOMProcessingInstruction()
Destructor.
Definition DOMProcessingInstruction.hpp:68
virtual const XMLCh * getData() const =0
The content of this processing instruction.
virtual const XMLCh * getTarget() const =0
The target of this processing instruction.