Finds the XPathContext of a Node by recursively building up the XPathContext.
See Also: Inherited members from object.
|
Documentation for this section has not yet been entered. |
[write-only] | NamespaceContext | IDictionary<string, string> . Establish a namespace context mapping from prefix to URI that will be used in Comparison.Detail.XPath. |
|
Map
(System.Xml.XmlNode)Maps a node to an XPathContext by recursing the DOM tree towards the root node. |
static
|
Singleton<T>
(this T)An enumerable containing a single element. |
Documentation for this section has not yet been entered.Syntax
public RecursiveXPathBuilder ()Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Diff
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241
Maps a node to an XPathContext by recursing the DOM tree towards the root node.Syntax
public XPathContext Map (System.Xml.XmlNode n)Parameters
- 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.Diff
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241
Establish a namespace context mapping from prefix to URI that will be used in Comparison.Detail.XPath.Syntax
public IDictionary<string, string> NamespaceContext { set; }Value
Documentation for this section has not yet been entered.Remarks
Without a namespace context (or with an empty context) the XPath expressions will only use local names for elements and attributes.Requirements
Namespace: Org.XmlUnit.Diff
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241