1 type derived from XPathQilFactory
System.Private.Xml (1)
System\Xml\Xsl\Xslt\XsltQilFactory.cs (1)
14
internal sealed class XsltQilFactory :
XPathQilFactory
51 references to XPathQilFactory
System.Private.Xml (51)
System\Xml\Xsl\XPath\IXPathEnvironment.cs (1)
25
XPathQilFactory
Factory { get; }
System\Xml\Xsl\XPath\XPathBuilder.cs (20)
20
private readonly
XPathQilFactory
_f;
38
XPathQilFactory
IXPathEnvironment.Factory { get { return _f; } }
168
XPathQilFactory
.CheckNodeSet(nodeset);
196
XPathQilFactory
.CheckNodeSet(left);
197
XPathQilFactory
.CheckNodeSet(right);
218
if (
XPathQilFactory
.IsAnyType(left) ||
XPathQilFactory
.IsAnyType(right))
251
if (
XPathQilFactory
.IsAnyType(left) ||
XPathQilFactory
.IsAnyType(right))
441
XPathQilFactory
.CheckNodeSet(right);
472
public static QilNode PredicateToBoolean(QilNode predicate,
XPathQilFactory
f, IXPathEnvironment env)
475
if (!
XPathQilFactory
.IsAnyType(predicate))
501
XPathQilFactory
f, FixupVisitor fixupVisitor,
613
XPathQilFactory
.CheckNodeSet(arg);
627
XPathQilFactory
.CheckNodeSet(arg);
641
XPathQilFactory
.CheckNodeNotRtf(arg);
659
XPathQilFactory
.CheckNodeSet(arg);
673
XPathQilFactory
.CheckNodeSet(arg);
1031
public void CastArguments(IList<QilNode> args, string name,
XPathQilFactory
f)
1049
if (argTypes![i] == XmlTypeCode.Node &&
XPathQilFactory
.CannotBeNodeSet(args[i]))
System\Xml\Xsl\Xslt\Focus.cs (4)
34
private readonly
XPathQilFactory
_f;
38
public SingletonFocus(
XPathQilFactory
f)
155
private readonly
XPathQilFactory
_f;
158
public LoopFocus(
XPathQilFactory
f)
System\Xml\Xsl\Xslt\KeyMatchBuilder.cs (2)
67
private new readonly
XPathQilFactory
f;
69
public PathConvertor(
XPathQilFactory
f) : base(f.BaseFactory)
System\Xml\Xsl\Xslt\MatcherBuilder.cs (2)
295
private readonly
XPathQilFactory
_f;
301
public MatcherBuilder(
XPathQilFactory
f, ReferenceReplacer refReplacer, InvokeGenerator invkGen)
System\Xml\Xsl\Xslt\QilGenerator.cs (4)
1299
XPathQilFactory
.CheckNodeNotRtf(node);
2488
XPathQilFactory
.CheckString(qilName);
2855
private readonly
XPathQilFactory
_f;
2857
public VariableHelper(
XPathQilFactory
f)
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (12)
57
XPathQilFactory
IXPathEnvironment.Factory { get { return _f; } }
529
XPathQilFactory
.CheckString(uri);
538
XPathQilFactory
.CheckNodeSet(baseNode);
553
XPathQilFactory
.CheckString(baseUri);
559
XPathQilFactory
.CheckDouble(value);
560
XPathQilFactory
.CheckString(formatPicture);
571
XPathQilFactory
.CheckString(formatName);
625
XPathQilFactory
.CheckString(n);
631
XPathQilFactory
.CheckNodeSet(n);
654
XPathQilFactory
.CheckString(name);
682
XPathQilFactory
.CheckString(name);
701
XPathQilFactory
.CheckString(name);
System\Xml\Xsl\Xslt\QilStrConcatenator.cs (2)
15
private readonly
XPathQilFactory
_f;
20
public QilStrConcatenator(
XPathQilFactory
f)
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (3)
22
private readonly
XPathQilFactory
_f;
384
private readonly
XPathQilFactory
_f;
404
public
XPathQilFactory
Factory { get { return _f; } }
System\Xml\Xsl\Xslt\XslAst.cs (1)
11
using XPathQilFactory = System.Xml.Xsl.XPath.
XPathQilFactory
;