Structure holding PCDATA or ELEMENT
-
char* element_name
- in case of PCDATA the text is contained here.
-
enum element_type
- the type of element
-
dxml_attribute* element_attribute
- The attribute that belongs to the element
-
struct dxml_element * child
- The child in the element.
-
struct dxml_element *next
- The next item in the element list
文書
Structure holding PCDATA or ELEMENT
<element attribute=data>
PCDATA
</element>
char* element_name
- in case of PCDATA the text is contained here.
enum element_type
- the type of element
element_type_element
- element.
element_type_pcdata
- Parsed character data: attribute=child=NULL
dxml_attribute* element_attribute
- The attribute that belongs to the element
struct dxml_element * child
- The child in the element. All children will be linked as
->child and its ->next.
struct dxml_element *next
- The next item in the element list
アルファベット順索引
このページは DOC++ によって生成されています.