Xiqual 0.9.1
In file ../xitools/xmlread.c:typedef struct xmltag
An XML tag.
-
char* name
- Opening tag name without angle braces.
-
char* context
- Current context.
-
List attribs
- List of variables.
-
List children
- List of nested tags
-
ulong type
- Element type.
-
int empty
- Empty indicator.
Documentation
An XML tag.
One of the three core structures in xixml.
- char* name
-
Opening tag name without angle braces.
No closing tag is stored in the document.
- char* context
-
Current context.
This is a string starting with any parents
in chronological order. This node's name is
not tacked on; it will only be added to any
children this node might have.
- List attribs
-
List of variables.
These are the XML attributes within the opening tag.
XML 1.0 defines strict rules for these; all variables must
have a value.
- See Also:
- variable
- List children
-
List of nested tags
- ulong type
-
Element type.
Valid types: XML_TAG, XML_TEXT, XML_PROCESSING,
XML_COMMENT and XML_DECLARATION.
- int empty
-
Empty indicator.
Non-zero if it's an empty tag.
Used while parsing, mostly.
- Author:
- Ronny Bangsund
Alphabetic index
This page was generated with the help of DOC++.