AIXMLElementSuite Struct Reference
[API Suite List]
This suite allows you to access XML metadata attributes.
More...
#include <AIXMLElement.h>
List of all members.
Detailed Description
This suite allows you to access XML metadata attributes.
This suite provides an approximate implementation of the XML Level 1 DOM interface for elements. See http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html#ID-745549614
Member Data Documentation
Retrieves the value of an XML node's named attribute.
- Parameters:
-
| element | The node. |
| name | The attribute name. |
| value | [out] A buffer in which to return the value. |
Removes a named attribute associated with an XML node.
- Parameters:
-
| element | The node. |
| name | The attribute name. |
Sets the value of an XML node's named attribute.
- Parameters:
-
| element | The node. |
| name | The attribute name. |
| value | The new value. |
The documentation for this struct was generated from the following file: