GXmlGomCharacterData

GXmlGomCharacterData

Functions

Types and Values

Description

Functions

gxml_gom_character_data_new ()

GXmlGomCharacterData *
gxml_gom_character_data_new (void);

gxml_gom_text_new ()

GXmlGomText *
gxml_gom_text_new (GXmlDomDocument *doc,
                   const gchar *data);

Parameters

doc

 

 

data

 

 

gxml_gom_processing_instruction_new ()

GXmlGomProcessingInstruction *
gxml_gom_processing_instruction_new (GXmlDomDocument *doc,
                                     const gchar *target,
                                     const gchar *data);

Parameters

doc

 

 

target

 

 

data

 

 

gxml_gom_comment_new ()

GXmlGomComment *
gxml_gom_comment_new (GXmlDomDocument *doc,
                      const gchar *data);

Parameters

doc

 

 

data

 

 

Types and Values

GXML_TYPE_GOM_CHARACTER_DATA

#define GXML_TYPE_GOM_CHARACTER_DATA (gxml_gom_character_data_get_type ())

The type for GXmlGomCharacterData.


struct GXmlGomCharacterData

struct GXmlGomCharacterData {
	GXmlGomNode parent_instance;
	GXmlGomCharacterDataPrivate * priv;
};

struct GXmlGomCharacterDataClass

struct GXmlGomCharacterDataClass {
	GXmlGomNodeClass parent_class;
};

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

Members


GXML_TYPE_GOM_TEXT

#define GXML_TYPE_GOM_TEXT (gxml_gom_text_get_type ())

The type for GXmlGomText.


struct GXmlGomText

struct GXmlGomText {
	GXmlGomCharacterData parent_instance;
	GXmlGomTextPrivate * priv;
};

struct GXmlGomTextClass

struct GXmlGomTextClass {
	GXmlGomCharacterDataClass parent_class;
};

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

Members


GXML_TYPE_GOM_PROCESSING_INSTRUCTION

#define GXML_TYPE_GOM_PROCESSING_INSTRUCTION (gxml_gom_processing_instruction_get_type ())

The type for GXmlGomProcessingInstruction.


struct GXmlGomProcessingInstruction

struct GXmlGomProcessingInstruction {
	GXmlGomCharacterData parent_instance;
	GXmlGomProcessingInstructionPrivate * priv;
};

struct GXmlGomProcessingInstructionClass

struct GXmlGomProcessingInstructionClass {
	GXmlGomCharacterDataClass parent_class;
};

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

Members


GXML_TYPE_GOM_COMMENT

#define GXML_TYPE_GOM_COMMENT (gxml_gom_comment_get_type ())

The type for GXmlGomComment.


struct GXmlGomComment

struct GXmlGomComment {
	GXmlGomCharacterData parent_instance;
	GXmlGomCommentPrivate * priv;
};

struct GXmlGomCommentClass

struct GXmlGomCommentClass {
	GXmlGomCharacterDataClass parent_class;
};

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

Members