Class

XemeExtensionMap

since: 0.1

Description [src]

final class Xeme.ExtensionMap : GObject.Object {
  /* No available fields */
}

A collection for keeping track of and handling extension elements.

Available since: 0.1

Ancestors

Constructors

xeme_extension_map_new

Creates a new extension map.

since: 0.1

Instance methods

xeme_extension_map_add

Adds extension to map.

since: 0.1

xeme_extension_map_get_size

Gets the number of extensions that map knows about.

since: 0.1

xeme_extension_map_lookup

Look if an extension matching element and namespace has been added to map.

since: 0.1

xeme_extension_map_parse_end

Finishes a previous call to xeme_extension_map_parse_start().

since: 0.1

xeme_extension_map_parse_start

Walks through all of the elements in context. If extension elements are found in map, then their parse methods will be called and processed.

since: 0.1

xeme_extension_map_remove

Removes extension from map.

since: 0.1

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct XemeExtensionMapClass {
  GObjectClass parent_class;
  
}
No description available.
Class members
parent_class: GObjectClass
No description available.