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;