GXmlGCDATA

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

Functions

Types and Values

Description

Functions

gxml_gcdata_new ()

GXmlGCDATA *
gxml_gcdata_new (GXmlGDocument *doc,
                 xmlNode *node);

Parameters

doc

 

 

node

 

 

Types and Values

GXML_TYPE_GCDATA

#define GXML_TYPE_GCDATA (gxml_gcdata_get_type ())

The type for GXmlGCDATA.


struct GXmlGCDATA

struct GXmlGCDATA {
	GXmlGNode parent_instance;
	GXmlGCDATAPrivate * priv;
};

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


struct GXmlGCDATAClass

struct GXmlGCDATAClass {
	GXmlGNodeClass parent_class;
};

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

Members