Go to the documentation of this file.
22 #if !defined(XERCESC_INCLUDE_GUARD_DOMATTR_HPP)
23 #define XERCESC_INCLUDE_GUARD_DOMATTR_HPP
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;