GXmlGComment

GXmlGComment — Class implemeting GXmlComment interface, not tied to libxml-2.0 library.

Functions

Types and Values

Description

Functions

gxml_gcomment_new ()

GXmlGComment *
gxml_gcomment_new (GXmlGDocument *doc,
                   xmlNode *node);

Parameters

doc

 

 

node

 

 

Types and Values

GXML_TYPE_GCOMMENT

#define GXML_TYPE_GCOMMENT (gxml_gcomment_get_type ())

The type for GXmlGComment.


struct GXmlGComment

struct GXmlGComment {
	GXmlGCharacterData parent_instance;
	GXmlGCommentPrivate * priv;
};

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


struct GXmlGCommentClass

struct GXmlGCommentClass {
	GXmlGCharacterDataClass parent_class;
};

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

Members