Sophie

Sophie

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

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 MXMLType - Enum MXMLType</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 MXMLType<span class="faldoc_belong"><a href="./module_feather_mxml.html">[in MXLM]</a></p></h1>

<p class="faldoc_brief">Node types. </p>
<p class="faldoc_funcdecl">
<b>enum</b> MXMLType
</p>








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

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


</table>
<br/>
<p class="item_brief">Node types. </p>
<p class="faldoc_text">This enumeration contains the types used to determine the apparence and significance of XML nodes. </p>
<ul>
<li>tag: This node is a "standard" tag node. It's one of the declarative nodes which define the content of the document. </li><li>comment: The node contains a comment. </li><li>PI: The node is a "processing instruction"; a node starting with a question mark defines an istruction for the processor (i.e. escape to another language). The PI "?xml" is reserved and is not passed to the document parser. </li><li>directive: The node is a directive as i.e. DOCTYPE. Directive nodes start with a bang. </li><li>data: The node is an anonymous node containing only textual data. </li><li>CDATA: The node is an anonymous contains binary data (properly escaped as textual elements when serialized). </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>