IXmlDocument
public interface IXmlDocument : IDocument, INode, IEventTarget, IMarkupFormattable, IParentNode, IGlobalEventHandlers, IDocumentStyle, INonElementParentNode, IDisposable
The interface represent an XML document.
Loads the given url as an XmlDocument. Clears the current document
structure and re-fills it with the contents from the provided url.