C# Класс Mapsui.Providers.Wfs.Xml.XPathQueryManager.ParamCompareWithTargetNs

This class performs a string comparison in an XPath expression. It is specifically created for using in XML schema documents.
Наследование: ParamCompare
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
FunctionName string

Открытые методы

Метод Описание
Invoke ( XsltContext xsltContext, object args, XPathNavigator docContext ) : object

This method performs a string comparison.

ParamCompareWithTargetNs ( XPathResultType argTypes, int minArgs, int maxArgs ) : System

Initializes a new instance of the ParamCompareWithTargetNs class.

Приватные методы

Метод Описание
resolveNsPrefix ( string args, string targetNs, XPathNavigator docContext ) : string

This method resolves the prefix of an argument. If a prefix is found, the corresponding namespace URI (if existing) is looked up and substituted. Otherwise the target namespace is placed first.

Описание методов

Invoke() публичный Метод

This method performs a string comparison.
public Invoke ( XsltContext xsltContext, object args, XPathNavigator docContext ) : object
xsltContext System.Xml.Xsl.XsltContext The Xslt context
args object The arguments of the function
docContext System.Xml.XPath.XPathNavigator The document context
Результат object

ParamCompareWithTargetNs() публичный Метод

Initializes a new instance of the ParamCompareWithTargetNs class.
public ParamCompareWithTargetNs ( XPathResultType argTypes, int minArgs, int maxArgs ) : System
argTypes XPathResultType The argument types of the function
minArgs int The minimum number of arguments allowed
maxArgs int The maximum number of arguments allowed
Результат System

Описание свойств

FunctionName публичное статическое свойство

The name to use when embedding the function in an XPath expression.
public static string FunctionName
Результат string