22#if !defined(XERCESC_INCLUDE_GUARD_ATTRIBUTES_HPP)
23#define XERCESC_INCLUDE_GUARD_ATTRIBUTES_HPP
213 const XMLCh*
const localPart,
226 const XMLCh*
const localPart )
const = 0 ;
261 const XMLCh*
const localPart )
const = 0 ;
#define SAX2_EXPORT
Definition XercesDefs.hpp:165
#define XERCES_CPP_NAMESPACE_BEGIN
Definition XercesDefs.hpp:112
#define XERCES_CPP_NAMESPACE_END
Definition XercesDefs.hpp:113
size_t XMLSize_t
Definition Xerces_autoconf_config.hpp:112
char16_t XMLCh
Definition Xerces_autoconf_config.hpp:120
Interface for an element's attribute specifications.
Definition Attributes.hpp:83
virtual const XMLCh * getValue(const XMLCh *const qName) const =0
Look up an attribute's value by XML 1.0 qualified name.
virtual const XMLCh * getValue(const XMLSize_t index) const =0
Return the value of an attribute in the list (by position).
virtual ~Attributes()
Destructor.
Definition Attributes.hpp:96
virtual const XMLCh * getLocalName(const XMLSize_t index) const =0
Return the local name of an attribute in this list (by position).
virtual const XMLCh * getType(const XMLSize_t index) const =0
Return the type of an attribute in the list (by position).
Attributes()
Default constructor.
Definition Attributes.hpp:91
virtual const XMLCh * getValue(const XMLCh *const uri, const XMLCh *const localPart) const =0
Look up an attribute's value by Namespace name.
virtual const XMLCh * getQName(const XMLSize_t index) const =0
Return the qName of an attribute in this list (by position).
virtual XMLSize_t getLength() const =0
Return the number of attributes in this list.
virtual bool getIndex(const XMLCh *const uri, const XMLCh *const localPart, XMLSize_t &index) const =0
Look up the index of an attribute by Namespace name.
virtual const XMLCh * getURI(const XMLSize_t index) const =0
Return the namespace URI of an attribute in this list (by position).
virtual const XMLCh * getType(const XMLCh *const qName) const =0
Look up an attribute's type by XML 1.0 qualified name.
virtual bool getIndex(const XMLCh *const qName, XMLSize_t &index) const =0
Look up the index of an attribute by XML 1.0 qualified name.
virtual int getIndex(const XMLCh *const qName) const =0
Look up the index of an attribute by XML 1.0 qualified name.
virtual int getIndex(const XMLCh *const uri, const XMLCh *const localPart) const =0
Look up the index of an attribute by Namespace name.
virtual const XMLCh * getType(const XMLCh *const uri, const XMLCh *const localPart) const =0
Look up an attribute's type by Namespace name.