Go to the documentation of this file.
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
110 XERCES_CPP_NAMESPACE_END
virtual ~DOMNotation()
Destructor.
Definition: DOMNotation.hpp:74
virtual const XMLCh * getPublicId() const =0
Get the public identifier of this notation.
virtual const XMLCh * getSystemId() const =0
Get the system identifier of this notation.
DOMNotation()
Definition: DOMNotation.hpp:51
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
This interface represents a notation declared in the DTD.
Definition: DOMNotation.hpp:44