public class MarkupParseContext {
public MarkupParseContext ( MarkupParser parser,
MarkupParseFlags _flags,
void** user_data,
DestroyNotify? user_data_dnotify ) ;
public bool parse ( string text,
long text_len )
throws MarkupError;
public weak string get_element ( ) ;
public weak SList< string > get_element_stack ( ) ;
}

public MarkupParseContext ( MarkupParser parser,
MarkupParseFlags _flags,
void** user_data,
DestroyNotify? user_data_dnotify ) ;
public bool parse ( string text,
long text_len )
throws MarkupError;
public weak string get_element ( ) ;
public weak SList< string > get_element_stack ( ) ;
Created by Valadoc