Virtual Method
XemeExtensionparse_start
unstable since: 0.1
Declaration [src]
void
parse_start (
XemeExtension* extension,
XemeInputStream* input,
GMarkupParseContext* context
)
Description [src]
Starts parsing an extension.
This calls Xeme.ExtensionClass.parse_start which should use context in a call
to g_markup_parse_context_push() with its own parser to parse the
data and set extension appropriately.
Note: This method should be called from a start_element implementation of a
GMarkupParser.
Available since: 0.1
Parameters
input-
Type:
XemeInputStreamThe input stream to parse.
The data is owned by the caller of the method. context-
Type:
GMarkupParseContextThe context of the parser.
The data is owned by the caller of the method.