Support for xml namespaces in XPathMatcher (#1005)

* Support for xml namespaces in XPathMatcher

* Review findings of Stef implemented.

* Fix of build error

* New review findings by Stef

---------

Co-authored-by: Carsten Alder <carsten.alder@schleupen.de>
This commit is contained in:
Carsten Alder
2023-10-02 19:29:31 +02:00
committed by GitHub
parent a25a8cabf8
commit 60bf12e2a9
6 changed files with 240 additions and 26 deletions

View File

@@ -73,4 +73,8 @@ public class MatcherModel
/// </summary>
public MatcherModel? ContentMatcher { get; set; }
#endregion
#region XPathMatcher
public XmlNamespace[]? XmlNamespaceMap { get; set; }
#endregion
}