3 references to FuncNormalize
System.Private.Xml (3)
System\Xml\XPath\Internal\QueryBuilder.cs (1)
392
case FT.
FuncNormalize
:
System\Xml\XPath\Internal\StringFunctions.cs (1)
58
Function.FunctionType.
FuncNormalize
=> Normalize(nodeIterator),
System\Xml\XPath\Internal\XPathParser.cs (1)
830
table.Add("normalize-space", new ParamInfo(Function.FunctionType.
FuncNormalize
, 0, 1, s_temparray4));