22 #if !defined(XERCESC_INCLUDE_GUARD_DOMATTR_HPP)
23 #define XERCESC_INCLUDE_GUARD_DOMATTR_HPP
25 #include <xercesc/util/XercesDefs.hpp>
28 XERCES_CPP_NAMESPACE_BEGIN
102 virtual const XMLCh * getName()
const = 0;
112 virtual bool getSpecified()
const = 0;
121 virtual const XMLCh * getValue()
const = 0;
133 virtual void setValue(
const XMLCh *value) = 0;
144 virtual DOMElement *getOwnerElement()
const = 0;
157 virtual bool isId()
const = 0;
166 virtual const DOMTypeInfo * getSchemaTypeInfo()
const = 0;
172 XERCES_CPP_NAMESPACE_END
virtual ~DOMAttr()
Destructor.
Definition: DOMAttr.hpp:87
The DOMTypeInfo interface represent a type used by DOMElement or DOMAttr nodes, specified in the sche...
Definition: DOMTypeInfo.hpp:35
The DOMNode interface is the primary datatype for the entire Document Object Model.
Definition: DOMNode.hpp:139
By far the vast majority of objects (apart from text) that authors encounter when traversing a docume...
Definition: DOMElement.hpp:66
The DOMAttr class refers to an attribute of an XML element.
Definition: DOMAttr.hpp:57
DOMAttr()
Definition: DOMAttr.hpp:64
DOMAttr(const DOMAttr &other)
Definition: DOMAttr.hpp:65