GXmlTElement

GXmlTElement — Class implemeting GXmlElement interface, not tied to libxml-2.0 library.

Functions

Types and Values

Description

Functions

gxml_telement_new ()

GXmlTElement *
gxml_telement_new (GXmlDocument *d,
                   const gchar *name);

Parameters

d

 

 

name

 

 

Types and Values

GXML_TYPE_TELEMENT

#define GXML_TYPE_TELEMENT (gxml_telement_get_type ())

The type for GXmlTElement.


struct 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

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.

Members