The class represents a list of an XML element's attributes and associated values
The class represents a list of an XML element's attributes and associated values. An AttributeList object is passed as a reference to the startElement() method of the current DocumentHandler when the Parser instance encounters an element.An AttributeList object and its contents is only valid for the duration of the startElement() call. No references to the object or its contents should be retained.
AttributeList instances only enumerate attributes and values which are actually specified in and not IMPLIED attributes. Theattributes are not necessarily presented in the order of declaration.
ibxmlchar* getName(const unsigned int i) const
ibxmlchar* getType(const unsigned int i) const
ibxmlchar* getValue(const unsigned int i) const
ibxmlchar* getType(const ibxmlchar* name) const
ibxmlchar* getValue(const ibxmlchar* name) const
Alphabetic index Hierarchy of classes