22#if !defined(XERCESC_INCLUDE_GUARD_DOMNOTATION_HPP)
23#define XERCESC_INCLUDE_GUARD_DOMNOTATION_HPP
25#include <xercesc/util/XercesDefs.hpp>
28XERCES_CPP_NAMESPACE_BEGIN
110XERCES_CPP_NAMESPACE_END
DOMNode()
Definition DOMNode.hpp:146
This interface represents a notation declared in the DTD.
Definition DOMNotation.hpp:44
DOMNotation()
Definition DOMNotation.hpp:51
virtual const XMLCh * getSystemId() const =0
Get the system identifier of this notation.
virtual ~DOMNotation()
Destructor.
Definition DOMNotation.hpp:74
virtual const XMLCh * getPublicId() const =0
Get the public identifier of this notation.
DOMNotation(const DOMNotation &other)
Definition DOMNotation.hpp:52