|
Simple C Expat Wrapper (SCEW)
1.1.7
|
Attribute comparison routines. More...
Files | |
| file | attribute.h |
| SCEW attribute's handling routines. | |
Functions | |
| SCEW_API scew_bool | scew_attribute_compare (scew_attribute const *a, scew_attribute const *b) |
| Performs a comparison between the two given attributes. More... | |
Attribute comparison routines.
| SCEW_API scew_bool scew_attribute_compare | ( | scew_attribute const * | a, |
| scew_attribute const * | b | ||
| ) |
Performs a comparison between the two given attributes.
That is, name and value must be equal in both attributes. Attribute's elements are not compared.
Remember that XML is case-sensitive.
1.8.6