Top | ![]() |
![]() |
![]() |
![]() |
GXmlTProcessingInstructionGXmlTProcessingInstruction — Class implemeting GXmlProcessingInstruction interface, not tied to libxml-2.0 library. |
#define | GXML_TYPE_TPROCESSING_INSTRUCTION |
struct | GXmlTProcessingInstruction |
struct | GXmlTProcessingInstructionClass |
GXmlTProcessingInstruction * gxml_tprocessing_instruction_new (GXmlDocument *doc
,const gchar *target
,const gchar *data
);
#define GXML_TYPE_TPROCESSING_INSTRUCTION (gxml_tprocessing_instruction_get_type ())
The type for GXmlTProcessingInstruction.
struct GXmlTProcessingInstruction { GXmlTNode parent_instance; GXmlTProcessingInstructionPrivate * priv; };
Class implemeting GXmlProcessingInstruction interface, not tied to libxml-2.0 library.
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.