Table of Contents

Class IXPathNavigableExtensions

Namespace
Songhay.Extensions
Assembly
SonghayCore.dll

Extensions of IXPathNavigable

public static class IXPathNavigableExtensions
Inheritance
IXPathNavigableExtensions
Inherited Members

Methods

ToOuterXmlString(IXPathNavigable?)

Converts the specified IXPathNavigable node to its outer-XML string representation.

public static string? ToOuterXmlString(this IXPathNavigable? node)

Parameters

node IXPathNavigable

the IXPathNavigable node

Returns

string

ToXmlDocument(IXPathNavigable?)

Converts the specified IXPathNavigable node to a XmlDocument

public static XmlDocument? ToXmlDocument(this IXPathNavigable? node)

Parameters

node IXPathNavigable

the IXPathNavigable node

Returns

XmlDocument