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