Template:XmlDoc/XmlNode:LoadXml subtitle: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
 
(12 intermediate revisions by one other user not shown)
Line 1: Line 1:
<span class="pageSubtitle">Deserialize text string into XmlDoc Root or into Element XmlNode</span>
<span class="pageSubtitle">Deserialize XML document or fragment into XmlDoc Root or into Element XmlNode ([[XmlDoc class|XmlDoc]] and [[XmlNode class|XmlNode]] classes)</span>
 
<p>[Requires Janus SOAP]</p>
<table>
<includeonly>
<tr><td valign="top">See also:</td>
[[Category:XmlDoc methods|LoadXml function]]
<td valign="top"><ul style="margin-top:0px;">
[[Category:XmlNode methods|LoadXml function]]
<li>[[XmlDoc class]]
[[Category:XmlDoc API methods]]
<li>[[XmlNode class]]
</includeonly>
<li>[[XmlNodelist class]]
</ul></td>
<td valign="top"><ul style="margin-top:0px;">
<li>[[List of XmlDoc methods]]
<li>[[List of XmlNode methods]]
<li>[[List of XmlNodelist methods]]
<li>[[List of XmlDoc API methods]]
</ul></td>
<td valign="top"><ul style="margin-top:0px;">
<li>[[XmlDoc methods syntax]]
<li>[[XmlNode methods syntax]]
<li>[[XmlNodelist methods syntax]]
</ul></td>
</tr>
</table>

Latest revision as of 16:41, 4 September 2015

Deserialize XML document or fragment into XmlDoc Root or into Element XmlNode (XmlDoc and XmlNode classes)

[Requires Janus SOAP]