Top | ![]() |
![]() |
![]() |
![]() |
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
#define GXML_TYPE_XCOMMENT (gxml_xcomment_get_type ())
The type for 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 { GXmlxCharacterDataClass parent_class; };
The class structure for GXML_TYPE_XCOMMENT
. All the fields in this structure are private and should never be accessed directly.