#include "text.h"
Go to the source code of this file.
Data Structures | |
struct | FAXPP_AttrValue_s |
An item in a linked list of a FAXPP_Attribute object's value. More... | |
struct | FAXPP_Attribute |
An attribute, part of the FAXPP_Event object. More... | |
struct | FAXPP_Event |
A structure containing event information, returned by the parser. More... | |
Typedefs | |
typedef struct FAXPP_AttrValue_s | FAXPP_AttrValue |
Enumerations | |
enum | FAXPP_EventType { NO_EVENT, START_DOCUMENT_EVENT, END_DOCUMENT_EVENT, DOCTYPE_EVENT, START_ELEMENT_EVENT, SELF_CLOSING_ELEMENT_EVENT, END_ELEMENT_EVENT, CHARACTERS_EVENT, CDATA_EVENT, IGNORABLE_WHITESPACE_EVENT, COMMENT_EVENT, PI_EVENT, ENTITY_REFERENCE_EVENT, DEC_CHAR_REFERENCE_EVENT, HEX_CHAR_REFERENCE_EVENT, ENTITY_REFERENCE_START_EVENT, ENTITY_REFERENCE_END_EVENT, START_EXTERNAL_ENTITY_EVENT, END_EXTERNAL_ENTITY_EVENT } |
An enumeration of the event types returned by the parser. More... | |
Functions | |
const char * | FAXPP_event_to_string (FAXPP_EventType type) |
Returns a string describing the given event type. |
typedef struct FAXPP_AttrValue_s FAXPP_AttrValue |
enum FAXPP_EventType |
An enumeration of the event types returned by the parser.
const char * FAXPP_event_to_string | ( | FAXPP_EventType | type | ) |
Returns a string describing the given event type.
type | The event type |