Property | Type | Description | |
---|---|---|---|
FunctionName | string |
Method | Description | |
---|---|---|
Invoke ( |
This method performs a string comparison.
|
|
ParamCompareWithTargetNs ( XPathResultType argTypes, int minArgs, int maxArgs ) : System |
Initializes a new instance of the ParamCompareWithTargetNs class.
|
Method | Description | |
---|---|---|
resolveNsPrefix ( string args, string targetNs, |
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.
|
public Invoke ( |
||
xsltContext | The Xslt context | |
args | object | The arguments of the function |
docContext | The document context | |
return | object |
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 |
return | System |