#include <lxml.h>
Public Attributes | |
char * | attr |
the name of the attribute | |
int | value_type |
the type of attribute's value: LXML_String, LXML_Int or LXML_Boolean | |
void ** | dest |
pointer to a pointer pointing to where the value is (to be) stored | |
int | dest_kind |
the kind of the destination '*dest': LXML_Unique, LXML_List |
|
the name of the attribute
|
|
pointer to a pointer pointing to where the value is (to be) stored
|
|
the kind of the destination '*dest': LXML_Unique, LXML_List
|
|
the type of attribute's value: LXML_String, LXML_Int or LXML_Boolean
|