GXmlGXPathObject

GXmlGXPathObject

Functions

Types and Values

Description

Functions

gxml_gx_path_object_new ()

GXmlGXPathObject *
gxml_gx_path_object_new (GXmlGDocument *document,
                         xmlXPathObject *pointer);

Parameters

document

 

 

pointer

 

 

Types and Values

GXML_TYPE_GX_PATH_OBJECT

#define GXML_TYPE_GX_PATH_OBJECT (gxml_gx_path_object_get_type ())

The type for GXmlGXPathObject.


struct GXmlGXPathObject

struct GXmlGXPathObject {
	GObject parent_instance;
	GXmlGXPathObjectPrivate * priv;
};

struct GXmlGXPathObjectClass

struct GXmlGXPathObjectClass {
	GObjectClass parent_class;
};

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

Members