MarkupParseFlags
Description:
[ CCode ( cprefix = "G_MARKUP_" , has_type_id = false ) ]
[ Flags ]
public enum MarkupParseFlags
Flags that affect the behaviour of the parser.
Content:
Enum values:
- PREFIX_ERROR_POSITION -
Normally errors caught by GMarkup itself have line/column information prefixed to them to let the caller know
the location of the error.
- TREAT_CDATA_AS_TEXT -
When this flag is set, CDATA marked sections are not passed literally to the
passthrough
function
of the parser.