Interface for XMLUnit's XPath abstraction.
[write-only] | NamespaceContext | IDictionary<string, string> . Establish a namespace context - maps from prefix to namespace URI. |
|
Evaluate
(string, Org.XmlUnit.ISource)Evaluates an XPath expression and stringifies the result. |
|
|
Evaluate
(string, System.Xml.XmlNode)Evaluates an XPath expression and stringifies the result. |
|
|
SelectNodes
(string, Org.XmlUnit.ISource)Returns a potentially empty collection of Nodes matching an XPath expression. |
|
|
SelectNodes
(string, System.Xml.XmlNode)Returns a potentially empty collection of Nodes matching an XPath expression. |
static
|
Singleton<T>
(this T)An enumerable containing a single element. |
Evaluates an XPath expression and stringifies the result.Syntax
Parameters
- xPath
- Documentation for this section has not yet been entered.
- s
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Xpath
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240
Evaluates an XPath expression and stringifies the result.Syntax
Parameters
- xPath
- Documentation for this section has not yet been entered.
- n
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Xpath
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240
Establish a namespace context - maps from prefix to namespace URI.Syntax
public IDictionary<string, string> NamespaceContext { set; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Xpath
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240
Returns a potentially empty collection of Nodes matching an XPath expression.Syntax
Parameters
- xPath
- Documentation for this section has not yet been entered.
- s
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Xpath
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240
Returns a potentially empty collection of Nodes matching an XPath expression.Syntax
Parameters
- xPath
- Documentation for this section has not yet been entered.
- n
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Xpath
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240