1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title><%GLibMarkupParseFlags>: </title>
- <meta name="generator" content="DocBook XSL Stylesheets V1.79.2">
- <link rel="home" href="index.html" title="">
- <link rel="up" href="ch01.html" title="GLib">
- <link rel="prev" href="re38.html" title="<GMarkupParseContext>">
- <link rel="next" href="re40.html" title="<GMatchInfo>">
- <meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
- <link rel="stylesheet" href="style.css" type="text/css">
- </head>
- <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
- <td width="100%" align="left" class="shortcuts"></td>
- <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
- <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
- <td><a accesskey="p" href="re38.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
- <td><a accesskey="n" href="re40.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
- </tr></table>
- <div class="refentry">
- <a name="id-1.1.40"></a><div class="titlepage"></div>
- <div class="refnamediv">
- <h2><%GLibMarkupParseFlags></h2>
- <p><%GLibMarkupParseFlags></p>
- </div>
- <div class="refsect1">
- <a name="id-1.1.40.2"></a><h2>Description</h2>
- <p>Flags that affect the behaviour of the parser.</p>
- </div>
- <div class="refsect1">
- <a name="id-1.1.40.3"></a><h2>Members</h2>
- <div class="refsect2">
- <a name="id-1.1.40.3.2"></a><h3>do-not-use-this-unsupported-flag</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_MARKUP_DO_NOT_USE_THIS_UNSUPPORTED_FLAG</code></span></em></p>
- <p>flag you should not use</p>
- </div>
- <div class="refsect2">
- <a name="id-1.1.40.3.3"></a><h3>treat-cdata-as-text</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_MARKUP_TREAT_CDATA_AS_TEXT</code></span></em></p>
- <p>When this flag is set, CDATA marked
- sections are not passed literally to the <em class="parameter"><code>passthrough</code></em> function of
- the parser. Instead, the content of the section (without the
- <code class="code"><![CDATA[</code> and <code class="code">]]></code>) is
- passed to the <em class="parameter"><code>text</code></em> function. This flag was added in GLib 2.12</p>
- </div>
- <div class="refsect2">
- <a name="id-1.1.40.3.4"></a><h3>prefix-error-position</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_MARKUP_PREFIX_ERROR_POSITION</code></span></em></p>
- <p>Normally errors caught by GMarkup
- itself have line/column information prefixed to them to let the
- caller know the location of the error. When this flag is set the
- location information is also prefixed to errors generated by the
- <span class="type">GMarkupParser</span> implementation functions</p>
- </div>
- <div class="refsect2">
- <a name="id-1.1.40.3.5"></a><h3>ignore-qualified</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_MARKUP_IGNORE_QUALIFIED</code></span></em></p>
- <p>Ignore (don't report) qualified
- attributes and tags, along with their contents. A qualified
- attribute or tag is one that contains ':' in its name (ie: is in
- another namespace). Since: 2.40.</p>
- </div>
- </div>
- </div>
- <div class="footer">
- <hr>Generated by GTK-Doc V1.33.1</div>
- </body>
- </html>
|