85 lines
4.6 KiB
HTML
85 lines
4.6 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
<title>exml Library</title>
|
|
<link rel="stylesheet" href="base.css">
|
|
</head>
|
|
<body>
|
|
<div class="navbar navbar-fixed-top">
|
|
<div class="container">
|
|
<h1>exml Library</h1>
|
|
<li>exml</li>
|
|
<ul>
|
|
<li><a href="exml__Attribute.html">Attribute</a></li>
|
|
<li><a href="exml__AttributeList.html">AttributeList</a></li>
|
|
<li><a href="exml__Comment.html">Comment</a></li>
|
|
<li><a href="exml__Declaration.html">Declaration</a></li>
|
|
<li><a href="exml__DeclarationXML.html">DeclarationXML</a></li>
|
|
<li><a href="exml__Document.html">Document</a></li>
|
|
<li><a href="exml__Element.html">Element</a></li>
|
|
<li><a href="exml__Node.html">Node</a></li>
|
|
<li><a href="exml__Text.html">Text</a></li>
|
|
<li><a href="exml__TextCDATA.html">TextCDATA</a></li>
|
|
<li><a href="exml__filePos.html">filePos</a></li>
|
|
</ul>
|
|
<li><a href="exml__nodeType.html">nodeType</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="container" id="content">
|
|
<h1>Class: exml::DeclarationXML</h1>
|
|
<br/>
|
|
<h2>Synopsis:</h2>
|
|
<pre>
|
|
+ <a class="code-function" href="#DeclarationXML">DeclarationXML</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_version</span>,<br/> <span class="code-storage-keyword">enum</span> <a href="http://HeeroYui.github.io/etk//unicode__charset.html" class="code-type">unicode::charset</a> <span class="code-argument">_format</span>,<br/> <span class="code-type">bool</span> <span class="code-argument">_standalone</span>);<br>+ <a class="code-function" href="#DeclarationXML">DeclarationXML</a> (<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/u32string/" class="code-type">std::u32string</a> & <span class="code-argument">_version</span>,<br/> <span class="code-storage-keyword">enum</span> <a href="http://HeeroYui.github.io/etk//unicode__charset.html" class="code-type">unicode::charset</a> <span class="code-argument">_format</span>,<br/> <span class="code-type">bool</span> <span class="code-argument">_standalone</span>);<br>+ ~<a class="code-function" href="#DeclarationXML">DeclarationXML</a> (<span class="code-type">void</span>);<br></pre>
|
|
|
|
|
|
<h2>Object Hierarchy:</h2>
|
|
<pre>
|
|
<a href="">Node</a>
|
|
+--> <a href="exml__AttributeList.html">exml::AttributeList</a>
|
|
+--> <a href="exml__Declaration.html">exml::Declaration</a>
|
|
+--> <b>exml::DeclarationXML</b>
|
|
</pre>
|
|
<br/>
|
|
<h2>Detail:<h2>
|
|
<h3>exml::<a id="DeclarationXML">DeclarationXML</a> ()</h3>
|
|
|
|
<pre>
|
|
<span class="code-function">DeclarationXML</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/string/" class="code-type">std::string</a> & <span class="code-argument">_version</span>,
|
|
<span class="code-storage-keyword">enum</span> <a href="http://HeeroYui.github.io/etk//unicode__charset.html" class="code-type">unicode::charset</a> <span class="code-argument">_format</span>,
|
|
<span class="code-type">bool</span> <span class="code-argument">_standalone</span>);</pre>
|
|
<br/>
|
|
Constructor for the generic declaration : <?xml version="" format="UTF-8"?>
|
|
<br/><ul>
|
|
<b>Parameter [input]:</b> <span class="code-argument">_version</span> Xml version.
|
|
<br/><b>Parameter [input]:</b> <span class="code-argument">_format</span> charset of the XML
|
|
<br/><b>Parameter [input]:</b> <span class="code-argument">_standalone</span> this document is standalone
|
|
<br/></ul>
|
|
<br/>
|
|
|
|
<hr/>
|
|
<h3>exml::<a id="DeclarationXML">DeclarationXML</a> ()</h3>
|
|
|
|
<pre>
|
|
<span class="code-function">DeclarationXML</span>(<span class="code-storage-keyword">const</span> <a href="http://www.cplusplus.com/reference/string/u32string/" class="code-type">std::u32string</a> & <span class="code-argument">_version</span>,
|
|
<span class="code-storage-keyword">enum</span> <a href="http://HeeroYui.github.io/etk//unicode__charset.html" class="code-type">unicode::charset</a> <span class="code-argument">_format</span>,
|
|
<span class="code-type">bool</span> <span class="code-argument">_standalone</span>);</pre>
|
|
<br/>
|
|
<br/>
|
|
|
|
<hr/>
|
|
<h3>exml::~<a id="DeclarationXML">DeclarationXML</a> ()</h3>
|
|
|
|
<pre>
|
|
~<span class="code-function">DeclarationXML</span>(<span class="code-type">void</span>);</pre>
|
|
<br/>
|
|
Destructor
|
|
<br/><br/>
|
|
|
|
<hr/>
|
|
</div>
|
|
</body>
|
|
</html>
|