SourceForge.net Logo

FAXPP_Attribute Struct Reference

An attribute, part of the FAXPP_Event object. More...

#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.


Detailed Description

An attribute, part of the FAXPP_Event object.

Definition at line 67 of file event.h.


Field Documentation

The prefix of the attribute.

Examples:
output_event.c.

Definition at line 68 of file event.h.

The URI of the attribute.

Examples:
output_event.c.

Definition at line 69 of file event.h.

The name of the attribute.

Examples:
output_event.c.

Definition at line 70 of file event.h.

A linked list of the attribute value.

Examples:
output_event.c.

Definition at line 72 of file event.h.

Set to 1 if the attribute is a namespace declaration.

Definition at line 74 of file event.h.

Set to 1 if the attribute has a prefix of "xml".

Definition at line 75 of file event.h.

unsigned int FAXPP_Attribute::line

The line the attribute started on.

Definition at line 77 of file event.h.

The column the attribute started on.

Definition at line 78 of file event.h.


The documentation for this struct was generated from the following file:

Generated on Thu Dec 4 14:21:52 2008 for Faxpp by  doxygen 1.5.5