GXmlTNamespace

GXmlTNamespace — Class implemeting GXmlNamespace, not tied to libxml-2.0 library.

Functions

Types and Values

Description

Functions

gxml_tnamespace_new ()

GXmlTNamespace *
gxml_tnamespace_new (GXmlDocument *d,
                     const gchar *uri,
                     const gchar *prefix);

Parameters

d

 

 

uri

 

 

prefix

 

 

Types and Values

GXML_TYPE_TNAMESPACE

#define GXML_TYPE_TNAMESPACE (gxml_tnamespace_get_type ())

The type for GXmlTNamespace.


struct GXmlTNamespace

struct GXmlTNamespace {
	GXmlTNode parent_instance;
	GXmlTNamespacePrivate * priv;
};

Class implemeting GXmlNamespace, not tied to libxml-2.0 library.


struct GXmlTNamespaceClass

struct GXmlTNamespaceClass {
	GXmlTNodeClass parent_class;
};

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

Members