GXmlGText

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

Functions

Types and Values

#define GXML_TYPE_GTEXT
struct GXmlGText
struct GXmlGTextClass

Description

Functions

gxml_gtext_new ()

GXmlGText *
gxml_gtext_new (GXmlGDocument *doc,
                xmlNode *node);

Parameters

doc

 

 

node

 

 

Types and Values

GXML_TYPE_GTEXT

#define GXML_TYPE_GTEXT (gxml_gtext_get_type ())

The type for GXmlGText.


struct GXmlGText

struct GXmlGText {
	GXmlGCharacterData parent_instance;
	GXmlGTextPrivate * priv;
};

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


struct GXmlGTextClass

struct GXmlGTextClass {
	GXmlGCharacterDataClass parent_class;
};

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

Members