Show / Hide Table of Contents

    Class XPathQueryManager.ParamCompareWithTargetNs

    This class performs a string comparison in an XPath expression. It is specifically created for using in XML schema documents.

    Inheritance
    System.Object
    XPathQueryManager.ParamBase
    XPathQueryManager.ParamCompare
    XPathQueryManager.ParamCompareWithTargetNs
    Implements
    IXsltContextFunction
    Inherited Members
    XPathQueryManager.ParamCompare.ResolveArgument(Object)
    XPathQueryManager.ParamBase.ArgTypes
    XPathQueryManager.ParamBase.ReturnType
    XPathQueryManager.ParamBase.Minargs
    XPathQueryManager.ParamBase.Maxargs
    Namespace: Mapsui.Providers.Wfs.Xml
    Assembly: Mapsui.Desktop.dll
    Syntax
    public class ParamCompareWithTargetNs : XPathQueryManager.ParamCompare, IXsltContextFunction

    Constructors

    | Improve this Doc View Source

    ParamCompareWithTargetNs(XPathResultType[], Int32, Int32)

    Initializes a new instance of the XPathQueryManager.ParamCompareWithTargetNs class.

    Declaration
    public ParamCompareWithTargetNs(XPathResultType[] argTypes, int minArgs, int maxArgs)
    Parameters
    Type Name Description
    XPathResultType[] argTypes

    The argument types of the function

    System.Int32 minArgs

    The minimum number of arguments allowed

    System.Int32 maxArgs

    The maximum number of arguments allowed

    Fields

    | Improve this Doc View Source

    FunctionName

    The name to use when embedding the function in an XPath expression.

    Declaration
    public static readonly string FunctionName
    Field Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Invoke(XsltContext, Object[], XPathNavigator)

    This method performs a string comparison.

    Declaration
    public override object Invoke(XsltContext xsltContext, object[] args, XPathNavigator docContext)
    Parameters
    Type Name Description
    XsltContext xsltContext

    The Xslt context

    System.Object[] args

    The arguments of the function

    XPathNavigator docContext

    The document context

    Returns
    Type Description
    System.Object

    A boolean value indicating whether the argument strings are identical

    Overrides
    XPathQueryManager.ParamCompare.Invoke(XsltContext, Object[], XPathNavigator)

    Implements

    IXsltContextFunction
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX