Class MarkupParser

java.lang.Object
org.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.

Refer to the GMarkup documentation to understand the scope and limitations of GMarkupParser. In particular, it is not a full XML parser and it must not be used to process untrusted data.