Top | ![]() |
![]() |
![]() |
![]() |
GXmlTElementGXmlTElement — Class implemeting GXmlElement interface, not tied to libxml-2.0 library. |
#define GXML_TYPE_TELEMENT (gxml_telement_get_type ())
The type for GXmlTElement.
struct GXmlTElement { GXmlTNode parent_instance; GXmlTElementPrivate * priv; GeeHashMap* _attrs; GXmlTNodeTChildrenList* _children; GeeArrayList* _namespaces; };
Class implemeting GXmlElement interface, not tied to libxml-2.0 library.
struct GXmlTElementClass { GXmlTNodeClass parent_class; };
The class structure for GXML_TYPE_TELEMENT
. All the fields in this structure are private and should never be accessed directly.