Class

AgsTurtle

Description

class Ags.Turtle : GObject.Object {
  gobject: GObject,
  flags: guint,
  obj_mutex: GRecMutex,
  filename: gchar*,
  doc: xmlDoc*,
  prefix_id: GHashTable*
}
No description available.

Ancestors

Constructors

ags_turtle_new

Instantiate a new AgsTurtle.

since: 3.0.0

Functions

ags_turtle_match_anon

Match anon.

since: 3.2.12

ags_turtle_match_blank_node_label

Match blank node label.

since: 3.2.12

ags_turtle_match_boolean

Match boolean.

since: 3.2.12

ags_turtle_match_decimal

Match decimal.

since: 3.2.12

ags_turtle_match_double

Match double.

since: 3.2.12

ags_turtle_match_echar

Match echar.

since: 3.2.12

ags_turtle_match_exponent

Match exponent.

since: 3.2.12

ags_turtle_match_hex

Match hex.

since: 3.2.12

ags_turtle_match_integer

Match integer.

since: 3.2.12

ags_turtle_match_iriref

Match iriref.

since: 3.2.12

ags_turtle_match_langtag

Match langtag.

since: 3.2.12

ags_turtle_match_percent

Match percent.

since: 3.2.12

ags_turtle_match_plx

Match plx.

since: 3.2.12

ags_turtle_match_pn_chars

Match pn chars.

since: 3.2.12

ags_turtle_match_pn_chars_base

Match pn chars base.

since: 3.2.12

ags_turtle_match_pn_chars_u

Match pn chars u.

since: 3.2.12

ags_turtle_match_pn_local

Match uchar.

since: 3.2.12

ags_turtle_match_pn_local_esc
No description available.

ags_turtle_match_pn_prefix

Match pn prefix.

since: 3.2.12

ags_turtle_match_pname_ln

Match pname-ln.

since: 3.2.12

ags_turtle_match_pname_ns

Match match pname-ns.

since: 3.2.12

ags_turtle_match_string

Match string.

since: 3.2.12

ags_turtle_match_string_literal_long_quote

Match string literal long quote.

since: 3.2.12

ags_turtle_match_string_literal_long_single_quote

Match string literal long single quote.

since: 3.2.12

ags_turtle_match_string_literal_quote

Match string literal quote.

since: 3.2.12

ags_turtle_match_string_literal_single_quote

Match string literal single quote.

since: 3.2.12

ags_turtle_match_uchar

Match uchar.

since: 3.2.12

ags_turtle_match_ws

Match ws.

since: 3.2.12

ags_turtle_read_anon

Read anon value.

since: 3.0.0

ags_turtle_read_blank_node_label

Read blank node label value.

since: 3.0.0

ags_turtle_read_boolean

Read boolean value.

since: 3.0.0

ags_turtle_read_decimal

Read decimal value.

since: 3.0.0

ags_turtle_read_double

Read double value.

since: 3.0.0

ags_turtle_read_echar

Read echar value.

since: 3.0.0

ags_turtle_read_exponent

Read exponent value.

since: 3.0.0

ags_turtle_read_hex

Read hex value.

since: 3.0.0

ags_turtle_read_integer

Read integer value.

since: 3.0.0

ags_turtle_read_iriref

Read iriref value.

since: 3.0.0

ags_turtle_read_langtag

Read langtag value.

since: 3.0.0

ags_turtle_read_percent

Read percent value.

since: 3.0.0

ags_turtle_read_plx

Read plx value.

since: 3.0.0

ags_turtle_read_pn_chars

Read prefixed-name chars value.

since: 3.0.0

ags_turtle_read_pn_chars_base

Read prefixed-name chars base value.

since: 3.0.0

ags_turtle_read_pn_chars_u

Read prefixed-name chars underscore value.

since: 3.0.0

ags_turtle_read_pn_local

Read prefixed-name local value.

since: 3.0.0

ags_turtle_read_pn_local_esc

Read prefixed name local escapes.

since: 3.0.0

ags_turtle_read_pn_prefix

Read prefixe-name prefix value.

since: 3.0.0

ags_turtle_read_pname_ln

Read prefixed-name localized name value.

since: 3.0.0

ags_turtle_read_pname_ns

Read prefixed-name namespace value.

since: 3.0.0

ags_turtle_read_string

Read string value.

since: 3.0.0

ags_turtle_read_string_literal_long_quote

Read string literal long quote value.

since: 3.0.0

ags_turtle_read_string_literal_long_single_quote

Read string literal long single quote value.

since: 3.0.0

ags_turtle_read_string_literal_quote

Read string literal quote value.

since: 3.0.0

ags_turtle_read_string_literal_single_quote

Read string literal single quote value.

since: 3.0.0

ags_turtle_read_uchar

Read uchar value.

since: 3.0.0

ags_turtle_read_ws

Read ws value.

since: 3.0.0

Instance methods

ags_turtle_find_xpath

Lookup XPath expression withing turtle.

since: 3.0.0

ags_turtle_find_xpath_with_context_node

Lookup XPath expression from context_node withing turtle.

since: 3.0.0

ags_turtle_load

Loads a RDF triple file into an XML Document.

since: 3.0.0

ags_turtle_string_convert
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Ags.Turtle:filename

The assigned filename.

since: 3.0.0

Ags.Turtle:xml-doc

The assigned xml-doc.

since: 3.0.0

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 AgsTurtleClass {
  GObjectClass gobject;
  
}
No description available.
Class members
gobject: GObjectClass
No description available.