XNodeExtensions Class
Extensions of XNode.
Namespace
Songhay.Extensions
Base Types
  • object
graph BT Type-->Base0["object"] Type["XNodeExtensions"] class Type type-node

Syntax

public static class XNodeExtensions

Methods

Name Return Value Summary
GetInnerXml(XNode?, bool, ReaderOptions) string
Gets the inner XML.
static
GetInnerXml(XNode) string
Gets the inner XML.
static
GetNamespaceResolver(XNode?) IXmlNamespaceResolver?
Gets IXmlNamespaceResolver from the specified node.
static
GetOuterXml(XNode?, bool, ReaderOptions) string
Gets the outer XML.
static
GetOuterXml(XNode?) string
Gets the outer XML.
static