GXmlTProcessingInstruction

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

Functions

Types and Values

Description

Functions

gxml_tprocessing_instruction_new ()

GXmlTProcessingInstruction *
gxml_tprocessing_instruction_new (GXmlDocument *doc,
                                  const gchar *target,
                                  const gchar *data);

Parameters

doc

 

 

target

 

 

data

 

 

Types and Values

GXML_TYPE_TPROCESSING_INSTRUCTION

#define GXML_TYPE_TPROCESSING_INSTRUCTION (gxml_tprocessing_instruction_get_type ())

The type for GXmlTProcessingInstruction.


struct GXmlTProcessingInstruction

struct GXmlTProcessingInstruction {
	GXmlTNode parent_instance;
	GXmlTProcessingInstructionPrivate * priv;
};

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


struct GXmlTProcessingInstructionClass

struct GXmlTProcessingInstructionClass {
	GXmlTNodeClass parent_class;
};

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

Members