GXmlGDomRange

GXmlGDomRange

Functions

Types and Values

Description

Functions

gxml_gdom_range_new ()

GXmlGDomRange *
gxml_gdom_range_new (GXmlDomDocument *doc);

Parameters

doc

 

 

Types and Values

GXML_TYPE_GDOM_RANGE

#define GXML_TYPE_GDOM_RANGE (gxml_gdom_range_get_type ())

The type for GXmlGDomRange.


struct GXmlGDomRange

struct GXmlGDomRange {
	GObject parent_instance;
	GXmlGDomRangePrivate * priv;
	GXmlDomDocument* _document;
	GXmlDomNode* _start_container;
	gint _start_offset;
	GXmlDomNode* _end_container;
	gint _end_offset;
	gboolean _collapse;
	GXmlDomNode* _common_ancestor_container;
};

struct GXmlGDomRangeClass

struct GXmlGDomRangeClass {
	GObjectClass parent_class;
};

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

Members