#include <event.h>
Data Fields | |
FAXPP_EventType | type |
The type of the event. | |
FAXPP_Text | prefix |
The prefix of the event. | |
FAXPP_Text | uri |
The URI of the event. | |
FAXPP_Text | name |
The name of the event. | |
FAXPP_Text | value |
The value of the event. | |
unsigned int | attr_count |
The number of attributes in the event. | |
FAXPP_Attribute * | attrs |
Array of attributes. | |
FAXPP_Text | version |
The version of the event. | |
FAXPP_Text | encoding |
The version of the event. | |
FAXPP_Text | standalone |
The version of the event. | |
FAXPP_Text | system_id |
The system literal of the event. | |
FAXPP_Text | public_id |
The public ID literal of the event. | |
unsigned int | line |
The line number of the start of the event. | |
unsigned int | column |
The column number of the start of the event. | |
Related Functions | |
(Note that these are not member functions.) | |
const char * | FAXPP_event_to_string (FAXPP_EventType type) |
Returns a string describing the given event type. |
Definition at line 82 of file event.h.
const char * FAXPP_event_to_string | ( | FAXPP_EventType | type | ) | [related] |
Returns a string describing the given event type.
type | The event type |
unsigned int FAXPP_Event::attr_count |
unsigned int FAXPP_Event::line |
unsigned int FAXPP_Event::column |