GXmlGProcessingInstruction

GXmlGProcessingInstruction — Class implemeting GXmlProcessingInstruction interface, not tied to libxml-2.0 library.

Functions

Types and Values

Description

Functions

gxml_gprocessing_instruction_new ()

GXmlGProcessingInstruction *
gxml_gprocessing_instruction_new (GXmlGDocument *doc,
                                  xmlNode *node);

Parameters

doc

 

 

node

 

 

Types and Values

GXML_TYPE_GPROCESSING_INSTRUCTION

#define GXML_TYPE_GPROCESSING_INSTRUCTION (gxml_gprocessing_instruction_get_type ())

The type for GXmlGProcessingInstruction.


struct GXmlGProcessingInstruction

struct GXmlGProcessingInstruction {
	GXmlGCharacterData parent_instance;
	GXmlGProcessingInstructionPrivate * priv;
};

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


struct GXmlGProcessingInstructionClass

struct GXmlGProcessingInstructionClass {
	GXmlGCharacterDataClass parent_class;
};

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

Members