22 #if !defined(XERCESC_INCLUDE_GUARD_DOMNOTATION_HPP)
23 #define XERCESC_INCLUDE_GUARD_DOMNOTATION_HPP
25 #include <xercesc/util/XercesDefs.hpp>
28 XERCES_CPP_NAMESPACE_BEGIN
94 virtual const XMLCh *getPublicId()
const = 0;
104 virtual const XMLCh *getSystemId()
const = 0;
110 XERCES_CPP_NAMESPACE_END
DOMNotation(const DOMNotation &other)
Definition: DOMNotation.hpp:52
The DOMNode interface is the primary datatype for the entire Document Object Model.
Definition: DOMNode.hpp:139
DOMNotation()
Definition: DOMNotation.hpp:51
This interface represents a notation declared in the DTD.
Definition: DOMNotation.hpp:44
virtual ~DOMNotation()
Destructor.
Definition: DOMNotation.hpp:74