Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
▼Nexml | Exml namespace containing all function for XML interpretor |
▼Ninternal | |
CAttribute | Single attribute element |
CAttributeList | List of all attribute element in a node |
CComment | Comment node: <!– ... –> |
CDeclaration | Declaration node: <?XXXXXX ... > |
CDeclarationXML | Declaration node: <?XML ... > |
CDocument | Basic document element of a document |
CElement | Basic element Node of an XML document <YYYYY> |
CNode | Basic main object of all xml elements |
CText | Text node interface (internal data between two balise : <XXX> ALL here </XXX> |
CTextCDATA | Text node interface for balise CDATA <![CDATA[*******]]> |
CAttribute | Single attribute element |
CAttributeList | List of all attribute element in a node |
CAttributeListData | Abstract interface on all attributes elements |
CComment | Comment node: <!– ... –> |
CDeclaration | Declaration node: <?XXXXXX ... > |
CDeclarationXML | Declaration node: <?XML ... > |
CDocument | Basic document element of a document |
CElement | Basic element Node of an XML document <YYYYY> |
CElementData | Basic element Node of an XML document <YYYYY> |
CFilePos | Position in the file of the original data |
Citerator | |
CNode | Basic main object of all xml elements |
CText | Text node interface (internal data between two balise : <XXX> ALL here </XXX> |