IBus.XML – ibus-1.0 Reference Manual
Packages
ibus-1.0
IBus
XML
parse_buffer
parse_file
copy
free
output
attributes
name
sub_nodes
text
XML
Object Hierarchy:
Description:
[
CCode
( copy_function =
"g_boxed_copy"
, free_function =
"g_boxed_free"
, type_id =
"ibus_xml_get_type ()"
) ]
[
Compact
]
public
class
XML
IBusXML lists data structure and handling function for XML in IBus.
Namespace:
IBus
Package:
ibus-1.0
Content:
Static methods:
public
static
XML
parse_buffer
(
string
buffer)
public
static
XML
parse_file
(
string
name)
Methods:
public
XML
copy
()
Creates a copy of
this
, which should be freed with
free
.
public
void
free
()
Free an XML tree.
public
void
output
(
StringBuilder
output)
Output an XML tree to a GString.
Fields:
public
unowned
string
attributes
public
unowned
string
name
public
unowned
List
<
void
*>
sub_nodes
public
unowned
string
text