#include <event.h>
Data Fields | |
FAXPP_EventType | type |
The type of the attribute value. | |
FAXPP_Text | name |
The name of the item in the attribute's value. | |
FAXPP_Text | value |
The value of the item in the attribute's value. | |
unsigned int | line |
The line the attribute value started on. | |
unsigned int | column |
The column the attribute value started on. | |
struct FAXPP_AttrValue_s * | next |
The next item in the attribute's value, or 0. | |
struct FAXPP_AttrValue_s * | dealloc_next |
Private - Do not use. |
Definition at line 46 of file event.h.
The type of the attribute value.
Can be CHARACTERS_EVENT, ENTITY_REFERENCE_EVENT, DEC_CHAR_REFERENCE_EVENT, HEX_CHAR_REFERENCE_EVENT, ENTITY_REFERENCE_START_EVENT and ENTITY_REFERENCE_END_EVENT
The name of the item in the attribute's value.
Present for event types ENTITY_REFERENCE_EVENT, DEC_CHAR_REFERENCE_EVENT, HEX_CHAR_REFERENCE_EVENT and ENTITY_REFERENCE_START_EVENT
The value of the item in the attribute's value.
Present for all possible event types except ENTITY_REFERENCE_START_EVENT and ENTITY_REFERENCE_END_EVENT
unsigned int FAXPP_AttrValue_s::line |
unsigned int FAXPP_AttrValue_s::column |
struct FAXPP_AttrValue_s* FAXPP_AttrValue_s::next [read] |
struct FAXPP_AttrValue_s* FAXPP_AttrValue_s::dealloc_next [read] |