typedef struct dxml_element

Structure holding PCDATA or ELEMENT

[more]char* element_name
in case of PCDATA the text is contained here.
[more]enum element_type
the type of element
[more]dxml_attribute* element_attribute
The attribute that belongs to the element
[more]struct dxml_element * child
The child in the element.
[more]struct dxml_element *next
The next item in the element list


文書

Structure holding PCDATA or ELEMENT <element attribute=data> PCDATA </element>
ochar* element_name
in case of PCDATA the text is contained here.

oenum element_type
the type of element

o element_type_element
element.

o element_type_pcdata
Parsed character data: attribute=child=NULL

odxml_attribute* element_attribute
The attribute that belongs to the element

ostruct dxml_element * child
The child in the element. All children will be linked as ->child and its ->next.

ostruct dxml_element *next
The next item in the element list

アルファベット順索引



このページは DOC++ によって生成されています.