4.0.0-beta-22231
11 Nov 14
Toggle Dropdown
Version 4
4.7.0
12 Nov 24
4.3.0
15 Nov 16
4.3.0-preview1-24530-04
24 Oct 16
4.0.1
27 Jun 16
4.0.1-rc2-24027
16 May 16
4.0.1-beta-23516
18 Nov 15
4.0.1-beta-23409
15 Oct 15
4.0.1-beta-23225
2 Sep 15
4.0.0
29 Jul 15
4.0.0-beta-23109
27 Jul 15
4.0.0-beta-23019
30 Jun 15
4.0.0-beta-22816
24 Apr 15
4.0.0-beta-22605
13 Feb 15
4.0.0-beta-22416
16 Jan 15
4.0.0-beta-22231
11 Nov 14
Compare to version...
with 4.0.1-beta-23409
Toggle Dropdown
Version 4
4.7.0
12 Nov 24
4.3.0
15 Nov 16
4.3.0-preview1-24530-04
24 Oct 16
4.0.1
27 Jun 16
4.0.1-rc2-24027
16 May 16
4.0.1-beta-23516
18 Nov 15
4.0.1-beta-23409
15 Oct 15
4.0.1-beta-23225
2 Sep 15
4.0.0
29 Jul 15
4.0.0-beta-23109
27 Jul 15
4.0.0-beta-23019
30 Jun 15
4.0.0-beta-22816
24 Apr 15
4.0.0-beta-22605
13 Feb 15
4.0.0-beta-22416
16 Jan 15
4.0.0-beta-22231
11 Nov 14
Download Package
Open in NuGet
<
PackageReference
Include
=
"System.Xml.XPath.XmlDocument"
Version
=
"4.0.0-beta-22231"
/>
API Differences between 4.0.0-beta-22231 and 4.0.1-beta-23409
9
Additions
1
Removals
System.Xml
public
static
class
XmlDocumentXPathExtensions
System.Xml.XPath
public
static
class
XmlDocumentExtensions
public
static
XPathNavigator
CreateNavigator
(
this
XmlNode
node
)
public
static
XPathNavigator
CreateNavigator
(
this
XmlDocument
document
)
public
static
XPathNavigator
CreateNavigator
(
this
XmlDocument
document
,
XmlNode
node
)
public
static
XmlNodeList
SelectNodes
(
this
XmlNode
node
,
string
xpath
)
public
static
XmlNodeList
SelectNodes
(
this
XmlNode
node
,
string
xpath
,
XmlNamespaceManager
nsmgr
)
public
static
XmlNode
SelectSingleNode
(
this
XmlNode
node
,
string
xpath
)
public
static
XmlNode
SelectSingleNode
(
this
XmlNode
node
,
string
xpath
,
XmlNamespaceManager
nsmgr
)
public
static
IXPathNavigable
ToXPathNavigable
(
this
XmlNode
node
)