|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
2 | | -<html xmlns="http://www.w3.org/1999/xhtml"> |
| 2 | +<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> |
3 | 3 | <head> |
4 | 4 | <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> |
5 | | -<meta http-equiv="X-UA-Compatible" content="IE=9"/> |
6 | | -<meta name="generator" content="Doxygen 1.9.1"/> |
| 5 | +<meta http-equiv="X-UA-Compatible" content="IE=11"/> |
| 6 | +<meta name="generator" content="Doxygen 1.10.0"/> |
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1"/> |
8 | 8 | <title>TinyXML-2: Get information out of XML</title> |
9 | 9 | <link href="tabs.css" rel="stylesheet" type="text/css"/> |
10 | 10 | <script type="text/javascript" src="jquery.js"></script> |
11 | 11 | <script type="text/javascript" src="dynsections.js"></script> |
| 12 | +<script type="text/javascript" src="clipboard.js"></script> |
| 13 | +<script type="text/javascript" src="cookie.js"></script> |
12 | 14 | <link href="search/search.css" rel="stylesheet" type="text/css"/> |
13 | 15 | <script type="text/javascript" src="search/searchdata.js"></script> |
14 | 16 | <script type="text/javascript" src="search/search.js"></script> |
|
19 | 21 | <div id="titlearea"> |
20 | 22 | <table cellspacing="0" cellpadding="0"> |
21 | 23 | <tbody> |
22 | | - <tr style="height: 56px;"> |
23 | | - <td id="projectalign" style="padding-left: 0.5em;"> |
24 | | - <div id="projectname">TinyXML-2 |
25 | | -  <span id="projectnumber">9.0.0</span> |
| 24 | + <tr id="projectrow"> |
| 25 | + <td id="projectalign"> |
| 26 | + <div id="projectname">TinyXML-2<span id="projectnumber"> 10.0.0</span> |
26 | 27 | </div> |
27 | 28 | </td> |
28 | 29 | </tr> |
29 | 30 | </tbody> |
30 | 31 | </table> |
31 | 32 | </div> |
32 | 33 | <!-- end header part --> |
33 | | -<!-- Generated by Doxygen 1.9.1 --> |
| 34 | +<!-- Generated by Doxygen 1.10.0 --> |
34 | 35 | <script type="text/javascript"> |
35 | | -/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ |
36 | | -var searchBox = new SearchBox("searchBox", "search",false,'Search','.html'); |
| 36 | +/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ |
| 37 | +var searchBox = new SearchBox("searchBox", "search/",'.html'); |
37 | 38 | /* @license-end */ |
38 | 39 | </script> |
39 | 40 | <script type="text/javascript" src="menudata.js"></script> |
40 | 41 | <script type="text/javascript" src="menu.js"></script> |
41 | 42 | <script type="text/javascript"> |
42 | | -/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ |
| 43 | +/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ |
43 | 44 | $(function() { |
44 | 45 | initMenu('',true,false,'search.php','Search'); |
45 | | - $(document).ready(function() { init_search(); }); |
| 46 | + $(function() { init_search(); }); |
46 | 47 | }); |
47 | | -/* @license-end */</script> |
| 48 | +/* @license-end */ |
| 49 | +</script> |
48 | 50 | <div id="main-nav"></div> |
49 | 51 | <!-- window showing the filter options --> |
50 | 52 | <div id="MSearchSelectWindow" |
|
55 | 57 |
|
56 | 58 | <!-- iframe showing the search results (closed by default) --> |
57 | 59 | <div id="MSearchResultsWindow"> |
58 | | -<iframe src="javascript:void(0)" frameborder="0" |
59 | | - name="MSearchResults" id="MSearchResults"> |
60 | | -</iframe> |
| 60 | +<div id="MSearchResults"> |
| 61 | +<div class="SRPage"> |
| 62 | +<div id="SRIndex"> |
| 63 | +<div id="SRResults"></div> |
| 64 | +<div class="SRStatus" id="Loading">Loading...</div> |
| 65 | +<div class="SRStatus" id="Searching">Searching...</div> |
| 66 | +<div class="SRStatus" id="NoMatches">No Matches</div> |
| 67 | +</div> |
| 68 | +</div> |
| 69 | +</div> |
61 | 70 | </div> |
62 | 71 |
|
63 | 72 | </div><!-- top --> |
64 | | -<div class="PageDoc"><div class="header"> |
65 | | - <div class="headertitle"> |
66 | | -<div class="title">Get information out of XML </div> </div> |
| 73 | +<div><div class="header"> |
| 74 | + <div class="headertitle"><div class="title">Get information out of XML</div></div> |
67 | 75 | </div><!--header--> |
68 | 76 | <div class="contents"> |
69 | 77 | <div class="textblock"><p> In this example, we navigate a simple XML file, and read some interesting text. Note that this example doesn't use error checking; working code should check for null pointers when walking an XML tree, or use XMLHandle.</p> |
|
115 | 123 | </div><!-- PageDoc --> |
116 | 124 | <!-- start footer part --> |
117 | 125 | <hr class="footer"/><address class="footer"><small> |
118 | | -Generated on Sat Apr 2 2022 13:12:57 for TinyXML-2 by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 |
| 126 | +Generated on Sat Dec 30 2023 18:02:35 for TinyXML-2 by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.10.0 |
119 | 127 | </small></address> |
120 | 128 | </body> |
121 | 129 | </html> |
0 commit comments