#include <dancer-xml.h>
Public Types | |
enum | element_type { element_type_element, element_type_pcdata } |
the type of element More... | |
Data Fields | |
char * | element_name |
in case of PCDATA the text is contained here. | |
enum dxml_element::element_type | element_type |
the type of element | |
dxml_attribute * | element_attribute |
The attribute that belongs to the element. | |
dxml_element * | child |
The child in the element. | |
dxml_element * | next |
The next item in the element list. |
<element attribute="data>"> PCDATA </element>
|
the type of element
|
|
The child in the element. All children will be linked as ->child and its ->next. |
|
The attribute that belongs to the element.
|
|
in case of PCDATA the text is contained here. .. |
|
the type of element
|
|
The next item in the element list.
|