GXmlxComment

GXmlxComment — An XML comment.

Types and Values

Description

To create one, use gxml_xdocument_create_comment().

For more, see: http://www.w3.org/TR/DOM-Level-1/level-one-core.html#ID-1728279322

Functions

Types and Values

GXML_TYPE_XCOMMENT

#define GXML_TYPE_XCOMMENT (gxml_xcomment_get_type ())

The type for GXmlxComment.


struct GXmlxComment

struct GXmlxComment {
	GXmlxCharacterData parent_instance;
	GXmlxCommentPrivate * priv;
};

An XML comment.

To create one, use gxml_xdocument_create_comment().

For more, see: http://www.w3.org/TR/DOM-Level-1/level-one-core.html#ID-1728279322


struct GXmlxCommentClass

struct GXmlxCommentClass {
	GXmlxCharacterDataClass parent_class;
};

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

Members