Xiqual 0.9.1

In file ../xitools/xmlread.c:

typedef struct xmldoc

The XML document structure.

[more]char* name
Document name passed at create time.
[more]char* encoding
Document encoding used.
[more]ulong flags
Document flags.
[more]List hooks
List of function hooks.
[more]struct xmltag *root
Pointer to the root element.
[more]struct xmltag *current
Internal use


Documentation

The XML document structure. All parsing starts here.
ochar* name
Document name passed at create time. If created via xml_loaddoc(), this contains its full path.

ochar* encoding
Document encoding used. Not actually implemented yet, but will contain ISO8859-1 or similar keywords for use whenever the parser supports different encodings.

oulong flags
Document flags. For future use.

oList hooks
List of function hooks. hook->name is the name sorted by, which is the tagname.
See Also:
hook

ostruct xmltag *root
Pointer to the root element. XML allows only one tag at the root. This is it. All other tags must be nested within this.

ostruct xmltag *current
Internal use

Alphabetic index



This page was generated with the help of DOC++.