#include <event.h>
Data Fields | |
FAXPP_Text | prefix |
The prefix of the attribute. | |
FAXPP_Text | uri |
The URI of the attribute. | |
FAXPP_Text | name |
The name of the attribute. | |
FAXPP_AttrValue | value |
A linked list of the attribute value. | |
unsigned int | xmlns_attr:1 |
Set to 1 if the attribute is a namespace declaration. | |
unsigned int | xml_attr:1 |
Set to 1 if the attribute has a prefix of "xml". | |
unsigned int | line |
The line the attribute started on. | |
unsigned int | column |
The column the attribute started on. |
Definition at line 67 of file event.h.
unsigned int FAXPP_Attribute::xmlns_attr |
unsigned int FAXPP_Attribute::xml_attr |
unsigned int FAXPP_Attribute::line |
unsigned int FAXPP_Attribute::column |