Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 4fccfe23f6486142b4197d1daac0cf21 > files > 131

Falcon-doc-0.9.6.6-2.fc15.noarch.rpm

<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <title>Enum MXMLStyle - Enum MXMLStyle</title>
   <link href="faldoc.css" rel="stylesheet" type="text/css"/>
   <link href="tabs.css" rel="stylesheet" type="text/css"/>
</head>
<body class="faldoc_body">
<div class="navitop">
   <div class="tabs">
      <ul>
         <li><a href="./index.html"><span>Main</span></a></li>
         <li><a href="./modules.html"><span>Modules</span></a></li>
         <li><a href="./pages.html"><span>Related pages</span></a></li>
         <li><a href="./groups.html"><span>Groups</span></a></li>
         <li><a href="./classes.html"><span>Classes</span></a></li>
         <li><a href="./objects.html"><span>Objects</span></a></li>
         <li><a href="./functions.html"><span>All functions</span></a></li>
         <li><a href="./enum.html"><span>Enumerations</span></a></li>
         
      </ul>
   </div>
</div>
<hr/>

<h1 class="faldoc_title">Enum MXMLStyle<span class="faldoc_belong"><a href="./module_feather_mxml.html">[in MXLM]</a></p></h1>

<p class="faldoc_brief">Document serialization options. </p>
<p class="faldoc_funcdecl">
<b>enum</b> MXMLStyle
</p>








<a name="more"><h2 class="faldoc_title">Detailed description</h2></a>

<p class="faldoc_funcdecl">
<b>enum</b> MXMLStyle
</p>
<table class="faldoc_function">


</table>
<br/>
<p class="item_brief">Document serialization options. </p>
<p class="faldoc_text">This enumeration contains fields that can be combined through the OR bitwise operator (||) and that define the style that is used in document serialization. </p>
<ul>
<li><b>INDENT</b>: indent each node with a single space. </li><li><b>TAB</b>: indent each node with a tab character (\\t). </li><li><b>THREESPACES</b>: indents the nodes with three spaces. </li><li><b>NOESCAPE</b>: Doesn't escape the XML characters while reading or writing. This is useful if the application wants to process escapeable sequences on its own, or if it knows that the code that is going to be written is not containing any escapeable sequence. </li>
</ul>




<hr/>
<div class="navibottom">
   <center>
      <a href="./index.html">Main</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./modules.html">Modules</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./pages.html">Related pages</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./groups.html">Groups</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./classes.html">Classes</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./objects.html">Objects</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./functions.html">All functions</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./enum.html">Enumerations</a>
   </center>
</div>
</div>
<div class="faldoc_signature">Made with <a href="http://www.falconpl.org">faldoc 2.2.0</div>
</body>
</html>