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
nodeIXPathNavigablethe IXPathNavigable node
Returns
ToXmlDocument(IXPathNavigable?)
Converts the specified IXPathNavigable node to a XmlDocument
public static XmlDocument? ToXmlDocument(this IXPathNavigable? node)
Parameters
nodeIXPathNavigablethe IXPathNavigable node