# C1.Win.Xml.XmlDocumentExt

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Xml_XmlDocumentExt" data-uid="C1.Win.Xml.XmlDocumentExt" class="text-break">XmlDocumentExt Class
</h1>
  <div class="markdown level0 summary"><p>Provides extenstion methods for the <span class="xref">System.Xml.XmlDocument</span> class.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">XmlDocumentExt</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Xml.html">C1.Win.Xml</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Win_Xml_XmlDocumentExt_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class XmlDocumentExt</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Module XmlDocumentExt</code></pre>
  </div>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Xml_XmlDocumentExt_LoadFile_System_Xml_XmlDocument_System_String_System_Xml_XmlReaderSettings_" data-uid="C1.Win.Xml.XmlDocumentExt.LoadFile(System.Xml.XmlDocument,System.String,System.Xml.XmlReaderSettings)">
          <a class="xref" href="C1.Win.Xml.XmlDocumentExt.LoadFile.html#C1_Win_Xml_XmlDocumentExt_LoadFile_System_Xml_XmlDocument_System_String_System_Xml_XmlReaderSettings_">LoadFile(XmlDocument, string, XmlReaderSettings)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the XML document from the specified URL.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Xml_XmlDocumentExt_LoadStream_System_Xml_XmlDocument_System_IO_Stream_System_Xml_XmlReaderSettings_" data-uid="C1.Win.Xml.XmlDocumentExt.LoadStream(System.Xml.XmlDocument,System.IO.Stream,System.Xml.XmlReaderSettings)">
          <a class="xref" href="C1.Win.Xml.XmlDocumentExt.LoadStream.html#C1_Win_Xml_XmlDocumentExt_LoadStream_System_Xml_XmlDocument_System_IO_Stream_System_Xml_XmlReaderSettings_">LoadStream(XmlDocument, Stream, XmlReaderSettings)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the XML document from the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Xml_XmlDocumentExt_LoadTextReader_System_Xml_XmlDocument_System_IO_TextReader_System_Xml_XmlReaderSettings_" data-uid="C1.Win.Xml.XmlDocumentExt.LoadTextReader(System.Xml.XmlDocument,System.IO.TextReader,System.Xml.XmlReaderSettings)">
          <a class="xref" href="C1.Win.Xml.XmlDocumentExt.LoadTextReader.html#C1_Win_Xml_XmlDocumentExt_LoadTextReader_System_Xml_XmlDocument_System_IO_TextReader_System_Xml_XmlReaderSettings_">LoadTextReader(XmlDocument, TextReader, XmlReaderSettings)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the XML document from the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.textreader">TextReader</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
