|
Simple C Expat Wrapper (SCEW)
1.1.7
|
SCEW provides functions to access and manipulate the attributes of an element. More...
Modules | |
| Allocation | |
| Allocate and free attributes. | |
| Comparison | |
| Attribute comparison routines. | |
| Accessors | |
| Access attributes' data, such as name and value. | |
| Hierarchy | |
| Handle attribute's hierarchy. | |
Files | |
| file | attribute.h |
| SCEW attribute's handling routines. | |
Typedefs | |
| typedef struct scew_attribute | scew_attribute |
| This is the type declaration for SCEW attributes. | |
SCEW provides functions to access and manipulate the attributes of an element.
XML element attributes are basically a name-value pair.
1.8.6