A | |
| att [Yaxpodom] |
An attribute is
(name,value).
|
| att [Yaxpo] |
the type of attributes
|
C | |
| cdata [Yaxpodom] |
UTF-8 encoded CDATA section
|
| cdata [Yaxpo] |
the type of CDATA section data
|
| content [Yaxpodom] |
The type of element content.
|
D | |
| doc [Yaxpodom] |
A document is a list of comments and PIs, and the document element.
|
E | |
| ele [Yaxpodom] |
The type of any XML elements:
(name,atts,children).
|
Q | |
| qname [Yaxpodom] |
A QName consists of
(prefix,local_part,nsURI).
|
| qname [Yaxpo] |
the type of QNames (prefix:local).
|
T | |
| t [Utf8_char] |
the type of UTF-8 encoded characters.
|
| t [U_char] |
The type of UNICODE characters.
|
| txt [Yaxpodom] |
UTF-8 encoded text
|
| txt [Yaxpo] |
the type of literal character data
|
X | |
| xml_callbacks [Yaxposax] |
Each field should be set to a function that will be invoked when the corresponding token is parsed from the XML data.
|
| xml_token [Yaxpo] |
The type of XML tokens.
|