re39.html 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <title>&lt;%GLibMarkupParseFlags&gt;: </title>
  6. <meta name="generator" content="DocBook XSL Stylesheets V1.79.2">
  7. <link rel="home" href="index.html" title="">
  8. <link rel="up" href="ch01.html" title="GLib">
  9. <link rel="prev" href="re38.html" title="&lt;GMarkupParseContext&gt;">
  10. <link rel="next" href="re40.html" title="&lt;GMatchInfo&gt;">
  11. <meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
  12. <link rel="stylesheet" href="style.css" type="text/css">
  13. </head>
  14. <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
  15. <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
  16. <td width="100%" align="left" class="shortcuts"></td>
  17. <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
  18. <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
  19. <td><a accesskey="p" href="re38.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
  20. <td><a accesskey="n" href="re40.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
  21. </tr></table>
  22. <div class="refentry">
  23. <a name="id-1.1.40"></a><div class="titlepage"></div>
  24. <div class="refnamediv">
  25. <h2>&lt;%GLibMarkupParseFlags&gt;</h2>
  26. <p>&lt;%GLibMarkupParseFlags&gt;</p>
  27. </div>
  28. <div class="refsect1">
  29. <a name="id-1.1.40.2"></a><h2>Description</h2>
  30. <p>Flags that affect the behaviour of the parser.</p>
  31. </div>
  32. <div class="refsect1">
  33. <a name="id-1.1.40.3"></a><h2>Members</h2>
  34. <div class="refsect2">
  35. <a name="id-1.1.40.3.2"></a><h3>do-not-use-this-unsupported-flag</h3>
  36. <p class="remark"><em><span class="remark">alias <code class="code">G_MARKUP_DO_NOT_USE_THIS_UNSUPPORTED_FLAG</code></span></em></p>
  37. <p>flag you should not use</p>
  38. </div>
  39. <div class="refsect2">
  40. <a name="id-1.1.40.3.3"></a><h3>treat-cdata-as-text</h3>
  41. <p class="remark"><em><span class="remark">alias <code class="code">G_MARKUP_TREAT_CDATA_AS_TEXT</code></span></em></p>
  42. <p>When this flag is set, CDATA marked
  43. sections are not passed literally to the <em class="parameter"><code>passthrough</code></em> function of
  44. the parser. Instead, the content of the section (without the
  45. <code class="code">&lt;![CDATA[</code> and <code class="code">]]&gt;</code>) is
  46. passed to the <em class="parameter"><code>text</code></em> function. This flag was added in GLib 2.12</p>
  47. </div>
  48. <div class="refsect2">
  49. <a name="id-1.1.40.3.4"></a><h3>prefix-error-position</h3>
  50. <p class="remark"><em><span class="remark">alias <code class="code">G_MARKUP_PREFIX_ERROR_POSITION</code></span></em></p>
  51. <p>Normally errors caught by GMarkup
  52. itself have line/column information prefixed to them to let the
  53. caller know the location of the error. When this flag is set the
  54. location information is also prefixed to errors generated by the
  55. <span class="type">GMarkupParser</span> implementation functions</p>
  56. </div>
  57. <div class="refsect2">
  58. <a name="id-1.1.40.3.5"></a><h3>ignore-qualified</h3>
  59. <p class="remark"><em><span class="remark">alias <code class="code">G_MARKUP_IGNORE_QUALIFIED</code></span></em></p>
  60. <p>Ignore (don't report) qualified
  61. attributes and tags, along with their contents. A qualified
  62. attribute or tag is one that contains ':' in its name (ie: is in
  63. another namespace). Since: 2.40.</p>
  64. </div>
  65. </div>
  66. </div>
  67. <div class="footer">
  68. <hr>Generated by GTK-Doc V1.33.1</div>
  69. </body>
  70. </html>