public class XML : Object {
public weak GLib.List topelements ;
public void** ns ;
public XML ( ) ;
public signal void object_loaded ( Object object,
void** self ) ;
public weak Element get_element ( uchar[] name ) ;
public weak GLib.List get_topelements ( ) ;
public static weak Element make_element ( void** cur,
Object parent ) ;
public bool parse_doc ( void** doc,
uchar[] root ) ;
public bool parse_file ( uchar[] fname,
uchar[] root ) ;
public bool parse_memory ( uchar[] buffer,
uint size,
string root ) ;
public static void** write ( Element element ) ;
public static int write_file ( Element element,
GLib.FileStream out ) ;
public virtual void object_saved ( Object object,
void** self ) ;
}

public XML ( ) ;
public weak GLib.List topelements ;
public void** ns ;
public signal void object_loaded ( Object object,
void** self ) ;
public weak Element get_element ( uchar[] name ) ;
public weak GLib.List get_topelements ( ) ;
public static weak Element make_element ( void** cur,
Object parent ) ;
public bool parse_doc ( void** doc,
uchar[] root ) ;
public bool parse_file ( uchar[] fname,
uchar[] root ) ;
public bool parse_memory ( uchar[] buffer,
uint size,
string root ) ;
public static void** write ( Element element ) ;
public static int write_file ( Element element,
GLib.FileStream out ) ;
public virtual void object_saved ( Object object,
void** self ) ;
Created by Valadoc