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
파일 보기 프로젝트 열기: pauldendulk/Mapsui

공개 프로퍼티들

프로퍼티 타입 설명
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