Returns the document as an IXPathNavigable interface instance to an XmlDocument.

Namespace:  BargeEx
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

C#
IXPathNavigable ToXmlDocument()
Visual Basic (Declaration)
Function ToXmlDocument As IXPathNavigable
Visual C++
IXPathNavigable^ ToXmlDocument()

Return Value

An IXPathNavigable interface instance to an XmlDocument containing the information contained within this document.

Remarks

This method returns an IXPathNavigable interface instance to an XmlDocument containing all of the information contained within this document. Any changes made to the XmlDocument returned by this method will not be reflected back to this object.

See Also