typedef typedef__END_DECLS struct _xmlParserInputBuffer | xmlParserInputBuffer |
typedef struct _xmlEnumeration | xmlEnumeration |
xmlEnumeration:
List structure used when there is an enumeration in DTDs.
typedef struct _xmlAttribute | xmlAttribute |
xmlAttribute:
An Attribute declaration in a DTD.
typedef struct _xmlElementContent | xmlElementContent |
xmlElementContent:
An XML Element content as stored after parsing an element definition in a DTD.
typedef struct _xmlElement | xmlElement |
xmlElement:
An XML Element declaration from a DTD.
typedef struct _xmlNs | xmlNs |
xmlNs:
An XML namespace. Note that prefix == NULL is valid, it defines the default namespace within the subtree (until overridden).
xmlNsType is unified with xmlElementType.
typedef struct _xmlDtd | xmlDtd |
xmlDtd:
An XML DTD, as defined by <!DOCTYPE ... There is actually one for the internal subset and for the external subset.
typedef struct _xmlNode | xmlNode |
xmlNode:
A node in an XML tree.
Note: Text nodes are also used to store binary data in the tree. 'content' field is used to store a pointer to binary data 'properties' field is used to store int length of the data
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.