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;
 
  
The DOMTypeInfo interface represent a type used by DOMElement or DOMAttr nodes, specified in the sche...
Definition: DOMTypeInfo.hpp:35
#define XERCES_CPP_NAMESPACE_BEGIN
Definition: XercesDefs.hpp:112
#define CDOM_EXPORT
Definition: XercesDefs.hpp:166
#define XERCES_CPP_NAMESPACE_END
Definition: XercesDefs.hpp:113
DOMAttr()
Definition: DOMAttr.hpp:64
DOMAttr(const DOMAttr &other)
Definition: DOMAttr.hpp:65
uint16_t XMLCh
Definition: Xerces_autoconf_config.hpp:120
virtual ~DOMAttr()
Destructor.
Definition: DOMAttr.hpp:87
The DOMAttr class refers to an attribute of an XML element.
Definition: DOMAttr.hpp:57
By far the vast majority of objects (apart from text) that authors encounter when traversing a docume...
Definition: DOMElement.hpp:66
The DOMNode interface is the primary datatype for the entire Document Object Model.
Definition: DOMNode.hpp:139