2 instantiations of QilFactory
System.Private.Xml (2)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
100
_f = new XsltQilFactory(new
QilFactory
(), debug);
System\Xml\Xsl\Xslt\XslAst.cs (1)
530
private static readonly QilFactory s_f = new
QilFactory
();
37 references to QilFactory
System.Private.Xml (37)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (3)
417
protected
QilFactory
fac;
424
public XmlILStateAnalyzer(
QilFactory
fac)
791
public XmlILElementAnalyzer(
QilFactory
fac) : base(fac)
System\Xml\Xsl\QIL\QilBinary.cs (1)
14
/// Don't construct QIL nodes directly; instead, use the <see cref="
QilFactory
">QilFactory</see>.
System\Xml\Xsl\QIL\QilChoice.cs (1)
16
/// Don't construct QIL nodes directly; instead, use the <see cref="
QilFactory
">QilFactory</see>.
System\Xml\Xsl\QIL\QilCloneVisitor.cs (3)
16
private readonly
QilFactory
_fac;
24
public QilCloneVisitor(
QilFactory
fac) : this(fac, new SubstitutionList())
28
public QilCloneVisitor(
QilFactory
fac, SubstitutionList subs)
System\Xml\Xsl\QIL\QilDataSource.cs (1)
15
/// Don't construct QIL nodes directly; instead, use the <see cref="
QilFactory
">QilFactory</see>.
System\Xml\Xsl\QIL\QilExpression.cs (3)
20
private
QilFactory
_factory;
33
public QilExpression(QilNodeType nodeType, QilNode root,
QilFactory
factory) : base(nodeType)
102
public
QilFactory
Factory
System\Xml\Xsl\QIL\QilFactory.cs (1)
24
public QilExpression QilExpression(QilNode root,
QilFactory
factory)
System\Xml\Xsl\QIL\QilList.cs (2)
14
/// Don't construct QIL nodes directly; instead, use the <see cref="
QilFactory
">QilFactory</see>.
78
public override QilNode ShallowClone(
QilFactory
f)
System\Xml\Xsl\QIL\QilLiteral.cs (1)
14
/// Don't construct QIL nodes directly; instead, use the <see cref="
QilFactory
">QilFactory</see>.
System\Xml\Xsl\QIL\QilLoop.cs (1)
16
/// Don't construct QIL nodes directly; instead, use the <see cref="
QilFactory
">QilFactory</see>.
System\Xml\Xsl\QIL\QilName.cs (1)
14
/// Don't construct QIL nodes directly; instead, use the <see cref="
QilFactory
">QilFactory</see>.
System\Xml\Xsl\QIL\QilNode.cs (3)
19
/// Don't construct QIL nodes directly; instead, use the <see cref="
QilFactory
">QilFactory</see>.
94
public virtual QilNode DeepClone(
QilFactory
f)
102
public virtual QilNode ShallowClone(
QilFactory
f)
System\Xml\Xsl\QIL\QilPatternFactory.cs (4)
22
private readonly
QilFactory
_f;
24
public QilPatternFactory(
QilFactory
f, bool debug)
31
public
QilFactory
BaseFactory { get { return _f; } }
76
public QilExpression QilExpression(QilNode root,
QilFactory
factory)
System\Xml\Xsl\QIL\QilPatternVisitor.cs (1)
17
public QilPatternVisitor(QilPatterns patterns,
QilFactory
f) : base(f)
System\Xml\Xsl\QIL\QilReplaceVisitor.cs (2)
17
protected
QilFactory
f;
19
public QilReplaceVisitor(
QilFactory
f)
System\Xml\Xsl\QIL\QilSortKey.cs (1)
13
/// Don't construct QIL nodes directly; instead, use the <see cref="
QilFactory
">QilFactory</see>.
System\Xml\Xsl\QIL\QilStrConcat.cs (1)
13
/// Don't construct QIL nodes directly; instead, use the <see cref="
QilFactory
">QilFactory</see>.
System\Xml\Xsl\QIL\QilTargetType.cs (1)
15
/// Don't construct QIL nodes directly; instead, use the <see cref="
QilFactory
">QilFactory</see>.
System\Xml\Xsl\QIL\QilTernary.cs (1)
14
/// Don't construct QIL nodes directly; instead, use the <see cref="
QilFactory
">QilFactory</see>.
System\Xml\Xsl\QIL\QilUnary.cs (1)
14
/// Don't construct QIL nodes directly; instead, use the <see cref="
QilFactory
">QilFactory</see>.
System\Xml\Xsl\XPath\XPathQilFactory.cs (1)
14
public XPathQilFactory(
QilFactory
f, bool debug) : base(f, debug)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
29
public ReferenceReplacer(
QilFactory
f) : base(f)
System\Xml\Xsl\Xslt\XslAst.cs (1)
530
private static readonly
QilFactory
s_f = new QilFactory();
System\Xml\Xsl\Xslt\XsltQilFactory.cs (1)
16
public XsltQilFactory(
QilFactory
f, bool debug) : base(f, debug) { }