MarkupParseFlags
Description:
[ Flags ]
public enum MarkupParseFlags
Flags that affect the behaviour of the parser.
Content:
Enum values:
- TREAT_CDATA_AS_TEXT -
When this flag is set, CDATA marked sections are not passed literally to the
passthrough
function of the parser.
- 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.