Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > bad97183153701b09df5fae1052b1c30 > files > 1492

crystalspace-doc-1.2.1-5mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Crystal Space 1.2.1: iutil/document.h File Reference (Crystal Space 1.2.1 Public API Reference)</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="head">
 <tr height="59">
  <td class="head" width="202" valign="bottom" style="padding-left:0;"><a href="http://www.crystalspace3d.org/"><img src="csblur.png" width="236" height="59" alt="CrystalSpace" border="0"></a></td>
  <td class="head"><h2>Public API Reference</h2></td>
 </tr>
 <tr height="11">
  <td colspan="2" class="headshadow" valign="top" style="padding-left:0;"><img src="csblurb.png" width="236" height="11" alt="" border="0"></td>
 </tr>
</table>
<div class="content">
<!-- Generated by Doxygen 1.5.3 -->
<div class="tabs">
  <ul>
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="modules.html"><span>Modules</span></a></li>
    <li><a href="namespaces.html"><span>Namespaces</span></a></li>
    <li><a href="classes.html"><span>Classes</span></a></li>
    <li class="current"><a href="files.html"><span>Files</span></a></li>
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
  </ul>
</div>
<h1>iutil/document.h File Reference</h1>Document Interface. <a href="#_details">More...</a>
<p>
<code>#include &quot;<a class="el" href="scf_8h-source.html">csutil/scf.h</a>&quot;</code><br>

<p>
<a href="document_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structiDocument.html">iDocument</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Representation of a document containing a hierarchical structure of nodes.  <a href="structiDocument.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structiDocumentAttribute.html">iDocumentAttribute</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">An attribute for an <a class="el" href="structiDocumentNode.html" title="Representation of a node in a document.">iDocumentNode</a>.  <a href="structiDocumentAttribute.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structiDocumentAttributeIterator.html">iDocumentAttributeIterator</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">An iterator over <a class="el" href="structiDocumentNode.html" title="Representation of a node in a document.">iDocumentNode</a> attributes.  <a href="structiDocumentAttributeIterator.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structiDocumentNode.html">iDocumentNode</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Representation of a node in a document.  <a href="structiDocumentNode.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structiDocumentNodeIterator.html">iDocumentNodeIterator</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">An iterator over <a class="el" href="structiDocumentNode.html" title="Representation of a node in a document.">iDocumentNode</a>.  <a href="structiDocumentNodeIterator.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structiDocumentSystem.html">iDocumentSystem</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">An <a class="el" href="structiDocument.html" title="Representation of a document containing a hierarchical structure of nodes.">iDocument</a> factory.  <a href="structiDocumentSystem.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td colspan="2"><div class="groupHeader">Document changeabilty</div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__util.html#gae8a3014baff809714bc2bc26813c0d8">CS_CHANGEABLE_NEVER</a>&nbsp;&nbsp;&nbsp;0</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The document can not be changed, CreateRoot() is not supported.  <a href="group__util.html#gae8a3014baff809714bc2bc26813c0d8"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__util.html#g4ad560ac8bbb66e1ec9d071773a3de08">CS_CHANGEABLE_NEWROOT</a>&nbsp;&nbsp;&nbsp;1</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The document only allows changes with a newly created root.  <a href="group__util.html#g4ad560ac8bbb66e1ec9d071773a3de08"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__util.html#g8a23a87f097d54b2fd65377bfcbe4357">CS_CHANGEABLE_YES</a>&nbsp;&nbsp;&nbsp;2</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The document can be changed.  <a href="group__util.html#g8a23a87f097d54b2fd65377bfcbe4357"></a><br></td></tr>
<tr><td colspan="2"><br><h2>Enumerations</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">enum &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__util.html#gb42cea72c57ecad9c3d599a08bce4475">csDocumentNodeType</a> { <br>
&nbsp;&nbsp;<a class="el" href="group__util.html#ggb42cea72c57ecad9c3d599a08bce447587aa64598ca24086ef7aa248c3b2a022">CS_NODE_DOCUMENT</a> =  1, 
<a class="el" href="group__util.html#ggb42cea72c57ecad9c3d599a08bce4475212c9193091765b634952bebe349b2a5">CS_NODE_ELEMENT</a>, 
<a class="el" href="group__util.html#ggb42cea72c57ecad9c3d599a08bce44752de9af618a539fff83a7a818685ee33a">CS_NODE_COMMENT</a>, 
<a class="el" href="group__util.html#ggb42cea72c57ecad9c3d599a08bce44752173bc6ac8c0671e1191583e896a0176">CS_NODE_UNKNOWN</a>, 
<br>
&nbsp;&nbsp;<a class="el" href="group__util.html#ggb42cea72c57ecad9c3d599a08bce4475acda242ee76ec9e6e6181ddbb6b57223">CS_NODE_TEXT</a>, 
<a class="el" href="group__util.html#ggb42cea72c57ecad9c3d599a08bce4475500867fdafb6f33dbe60701f8336ce2e">CS_NODE_DECLARATION</a>
<br>
 }</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Possible node types for <a class="el" href="structiDocumentNode.html" title="Representation of a node in a document.">iDocumentNode</a>.  <a href="group__util.html#gb42cea72c57ecad9c3d599a08bce4475">More...</a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Document Interface. 
<p>

<p>Definition in file <a class="el" href="document_8h-source.html">document.h</a>.</p>
<hr size="1"><address><small>Generated for Crystal Space 1.2.1 by 
<a href="http://www.doxygen.org/index.html">doxygen</a> 1.5.3 
</small></address> </div></body> </html>