GXmlTText

GXmlTText — Class implemeting GXmlText interface, not tied to libxml-2.0 library.

Functions

Types and Values

#define GXML_TYPE_TTEXT
struct GXmlTText
struct GXmlTTextClass

Description

Functions

gxml_ttext_new ()

GXmlTText *
gxml_ttext_new (GXmlDocument *d,
                const gchar *text);

Parameters

d

 

 

text

 

 

Types and Values

GXML_TYPE_TTEXT

#define GXML_TYPE_TTEXT (gxml_ttext_get_type ())

The type for GXmlTText.


struct GXmlTText

struct GXmlTText {
	GXmlTNode parent_instance;
	GXmlTTextPrivate * priv;
};

Class implemeting GXmlText interface, not tied to libxml-2.0 library.


struct GXmlTTextClass

struct GXmlTTextClass {
	GXmlTNodeClass parent_class;
};

The class structure for GXML_TYPE_TTEXT. All the fields in this structure are private and should never be accessed directly.

Members