7 references to IsEmpty
System.Private.Xml (7)
System\Xml\Xsl\XPath\XPathBuilder.cs (2)
178
return _f.Not(_f.
IsEmpty
(_f.Filter(it, CompareValues(op, _f.XPathNodeValue(it), val, compType))));
209
return _f.Not(_f.
IsEmpty
(_f.Loop(leftEnd, _f.Filter(rightEnd, CompareValues(op, _f.XPathNodeValue(leftEnd), _f.XPathNodeValue(rightEnd), compType)))));
System\Xml\Xsl\XPath\XPathQilFactory.cs (1)
237
return Not(
IsEmpty
(n));
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
2192
_f.Not(_f.
IsEmpty
(_f.Filter(keys, _f.Eq(keys, value))))
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (3)
218
lastParent.Body = _f.And(lastParent.Body, _f.Not(_f.
IsEmpty
(parentFilter)));
280
nodeFilter.Body = _f.Not(_f.
IsEmpty
(filterCurrent));
315
QilLoop result = _f.BaseFactory.Filter(i, _f.Not(_f.
IsEmpty
(_f.Filter(j = _f.For(matches), _f.Is(j, i)))));