Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /proc/self/root/usr/share/doc/libclam-doc/html/ |
Current File : //proc/self/root/usr/share/doc/libclam-doc/html/group__Xml.html |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <title>CLAM-Development: XML</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">CLAM-Development  <span id="projectnumber">1.4.0</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.1 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main Page</span></a></li> <li><a href="pages.html"><span>Related Pages</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="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#groups">Modules</a> | <a href="#nested-classes">Classes</a> </div> <div class="headertitle"> <div class="title">XML</div> </div> </div><!--header--> <div class="contents"> <p>This page is a simple road map for XML related documentation in <a class="el" href="namespaceCLAM.html">CLAM</a>. <a href="#details">More...</a></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2><a name="groups"></a> Modules</h2></td></tr> <tr class="memitem:group__XmlBackends"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__XmlBackends.html">XML Implementation Backends</a></td></tr> <tr class="memdesc:group__XmlBackends"><td class="mdescLeft"> </td><td class="mdescRight">This documentation module explains the XML implementation backends. <br/></td></tr> <tr class="memitem:group__XmlScoped"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__XmlScoped.html">Scoped XML: A quick way to write XML (write only)</a></td></tr> <tr class="memdesc:group__XmlScoped"><td class="mdescLeft"> </td><td class="mdescRight">This module contains classes to write an XML document following a "open on create - close on destroy" idiom. <br/></td></tr> <tr class="memitem:group__XmlDump"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__XmlDump.html">Dumping and Restoring objects on XML</a></td></tr> <tr class="memdesc:group__XmlDump"><td class="mdescLeft"> </td><td class="mdescRight">How to dump or restore a <a class="el" href="classCLAM_1_1Component.html" title="Abstract class for objects that can have subitems to be stored on a storage.">CLAM::Component</a> in XML format. <br/></td></tr> <tr class="memitem:group__XmlCustomize"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__XmlCustomize.html">Customizing the XML format for your object</a></td></tr> <tr class="memdesc:group__XmlCustomize"><td class="mdescLeft"> </td><td class="mdescRight">This documentation module explains how to customize the XML format that corresponds to your object. <br/></td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2><a name="nested-classes"></a> Classes</h2></td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classCLAM_1_1XmlStorage.html">CLAM::XmlStorage</a></td></tr> <tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Provides XML format storage for <a class="el" href="namespaceCLAM.html">CLAM</a> <a class="el" href="classCLAM_1_1Component.html" title="Abstract class for objects that can have subitems to be stored on a storage.">Component</a>'s. <a href="classCLAM_1_1XmlStorage.html#details">More...</a><br/></td></tr> </table> <hr/><a name="details" id="details"></a><h2>Detailed Description</h2> <p>This page is a simple road map for XML related documentation in <a class="el" href="namespaceCLAM.html">CLAM</a>. </p> <ul> <li>If you are using existing <a class="el" href="namespaceCLAM.html">CLAM</a> Objects or your own <a class="el" href="classCLAM_1_1DynamicType.html" title="This class implements a type that is dynamic.">CLAM::DynamicType</a> and you simply want to dump or restore them using XML then you should check the <a class="el" href="classCLAM_1_1XmlStorage.html" title="Provides XML format storage for CLAM Component's.">CLAM::XmlStorage</a> class documentation.</li> </ul> <ul> <li>If you want to customize the default XML format that <a class="el" href="classCLAM_1_1DynamicType.html" title="This class implements a type that is dynamic.">CLAM::DynamicType</a> offers or you want to provide XML support for a <a class="el" href="classCLAM_1_1Component.html" title="Abstract class for objects that can have subitems to be stored on a storage.">CLAM::Component</a> that is not a <a class="el" href="classCLAM_1_1DynamicType.html" title="This class implements a type that is dynamic.">CLAM::DynamicType</a>, then you should check the <a class="el" href="group__XmlCustomize.html">XML Customization </a> module.</li> </ul> <ul> <li>If you only need to output XML quickly and you don't want to define an object to be dumped, see <a class="el" href="group__XmlScoped.html">XmlScoped </a>. This method works only for writing.</li> </ul> <ul> <li>If you want to understand how <a class="el" href="namespaceCLAM.html">CLAM</a> choses different XML libraries backends (Xerces-C, libxml++, no support...), see <a class="el" href="group__XmlBackends.html">Xml Implementation Backends </a>.</li> </ul> <dl class="section author"><dt>Author:</dt><dd>David Garcia. </dd></dl> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.1 </small></address> </body> </html>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare