GXmlTCDATA

GXmlTCDATA — Class implemeting GXmlCDATA interface, not tied to libxml-2.0 library.

Functions

Types and Values

Description

Functions

gxml_tcdata_new ()

GXmlTCDATA *
gxml_tcdata_new (GXmlDocument *d,
                 const gchar *text);

Parameters

d

 

 

text

 

 

Types and Values

GXML_TYPE_TCDATA

#define GXML_TYPE_TCDATA (gxml_tcdata_get_type ())

The type for GXmlTCDATA.


struct GXmlTCDATA

struct GXmlTCDATA {
	GXmlTNode parent_instance;
	GXmlTCDATAPrivate * priv;
};

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


struct GXmlTCDATAClass

struct GXmlTCDATAClass {
	GXmlTNodeClass parent_class;
};

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

Members