Class MarkupParser

java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.glib.MarkupParser
All Implemented Interfaces:
Proxy

@Generated("io.github.jwharm.JavaGI") public class MarkupParser extends ProxyInstance
Any of the fields in GMarkupParser can be null, in which case they will be ignored. Except for the error function, any of these callbacks can set an error; in particular the MarkupError.UNKNOWN_ELEMENT, MarkupError.UNKNOWN_ATTRIBUTE, and MarkupError.INVALID_CONTENT errors are intended to be set from these callbacks. If you set an error from a callback, g_markup_parse_context_parse() will report that error back to its caller.