The Android Open Source Project | 562be06 | 2009-03-03 19:30:48 -0800 | [diff] [blame] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| 2 | <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> |
| 3 | <title>TinyXml: TiXmlUnknown Class Reference</title> |
| 4 | <link href="doxygen.css" rel="stylesheet" type="text/css"> |
| 5 | </head><body> |
| 6 | <!-- Generated by Doxygen 1.4.4 --> |
| 7 | <div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Class Members</a></div> |
| 8 | <h1>TiXmlUnknown Class Reference</h1><!-- doxytag: class="TiXmlUnknown" --><!-- doxytag: inherits="TiXmlNode" -->Any tag that tinyXml doesn't recognize is saved as an unknown. |
| 9 | <a href="#_details">More...</a> |
| 10 | <p> |
| 11 | <code>#include <<a class="el" href="tinyxml_8h-source.html">tinyxml.h</a>></code> |
| 12 | <p> |
| 13 | <p>Inheritance diagram for TiXmlUnknown: |
| 14 | <p><center><img src="classTiXmlUnknown.png" usemap="#TiXmlUnknown_map" border="0" alt=""></center> |
| 15 | <map name="TiXmlUnknown_map"> |
| 16 | <area href="classTiXmlNode.html" alt="TiXmlNode" shape="rect" coords="0,56,94,80"> |
| 17 | <area href="classTiXmlBase.html" alt="TiXmlBase" shape="rect" coords="0,0,94,24"> |
| 18 | </map> |
| 19 | <a href="classTiXmlUnknown-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> |
| 20 | <tr><td></td></tr> |
| 21 | <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> |
| 22 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a4"></a><!-- doxytag: member="TiXmlUnknown::Clone" ref="a4" args="() const " --> |
| 23 | virtual <a class="el" href="classTiXmlNode.html">TiXmlNode</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classTiXmlUnknown.html#a4">Clone</a> () const </td></tr> |
| 24 | |
| 25 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Creates a copy of this Unknown and returns it. <br></td></tr> |
| 26 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a5"></a><!-- doxytag: member="TiXmlUnknown::Print" ref="a5" args="(FILE *cfile, int depth) const " --> |
| 27 | virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classTiXmlUnknown.html#a5">Print</a> (FILE *cfile, int depth) const </td></tr> |
| 28 | |
| 29 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Print this Unknown to a FILE stream. <br></td></tr> |
| 30 | </table> |
| 31 | <hr><a name="_details"></a><h2>Detailed Description</h2> |
| 32 | Any tag that tinyXml doesn't recognize is saved as an unknown. |
| 33 | <p> |
| 34 | It is a tag of text, but should not be modified. It will be written back to the XML, unchanged, when the file is saved.<p> |
| 35 | DTD tags get thrown into TiXmlUnknowns. |
| 36 | <p> |
| 37 | <hr>The documentation for this class was generated from the following file:<ul> |
| 38 | <li><a class="el" href="tinyxml_8h-source.html">tinyxml.h</a></ul> |
| 39 | <hr size="1"><address style="align: right;"><small>Generated on Sat Oct 8 14:15:30 2005 for TinyXml by |
| 40 | <a href="http://www.doxygen.org/index.html"> |
| 41 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address> |
| 42 | </body> |
| 43 | </html> |