Home
last modified time | relevance | path

Searched refs:IXPathEnvironment (Results 1 – 13 of 13) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/Xslt/
H A DXPathPatternBuilder.cs26 private IXPathEnvironment environment;
28 public XPathPatternBuilder(IXPathEnvironment environment) { in XPathPatternBuilder()
339 private class XPathPredicateEnvironment : IXPathEnvironment {
340 private readonly IXPathEnvironment baseEnvironment;
348 public XPathPredicateEnvironment(IXPathEnvironment baseEnvironment) { in XPathPredicateEnvironment()
H A DQilGeneratorEnv.cs21 internal partial class QilGenerator : IXPathEnvironment {
57 XPathQilFactory IXPathEnvironment.Factory { get { return f; } }
64 string IXPathEnvironment.ResolvePrefix(string prefix) { in IXPathEnvironment.ResolvePrefix()
68 QilNode IXPathEnvironment.ResolveVariable(string prefix, string name) { in IXPathEnvironment.ResolveVariable()
93 …QilNode IXPathEnvironment.ResolveFunction(string prefix, string name, IList<QilNode> args, IFocus … in IXPathEnvironment.ResolveFunction()
106 return ((IXPathEnvironment) this).GetCurrent(); in IXPathEnvironment.ResolveFunction()
H A DKeyMatchBuilder.cs23 public KeyMatchBuilder(IXPathEnvironment env) : base(env) { in KeyMatchBuilder()
H A DQilGenerator.cs96 xpathBuilder = new XPathBuilder((IXPathEnvironment) this); in QilGenerator()
98 ptrnBuilder = new XPathPatternBuilder((IXPathEnvironment) this); in QilGenerator()
2033 keyMatchBuilder = new KeyMatchBuilder((IXPathEnvironment) this); in CompileKeyMatch()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/Xslt/
H A DXPathPatternBuilder.cs25 private IXPathEnvironment _environment;
27 public XPathPatternBuilder(IXPathEnvironment environment) in XPathPatternBuilder()
383 private class XPathPredicateEnvironment : IXPathEnvironment
385 private readonly IXPathEnvironment _baseEnvironment;
393 public XPathPredicateEnvironment(IXPathEnvironment baseEnvironment) in XPathPredicateEnvironment()
H A DQilGeneratorEnv.cs18 internal partial class QilGenerator : IXPathEnvironment
58 XPathQilFactory IXPathEnvironment.Factory { get { return _f; } }
65 string IXPathEnvironment.ResolvePrefix(string prefix) in IXPathEnvironment.ResolvePrefix()
70 QilNode IXPathEnvironment.ResolveVariable(string prefix, string name) in IXPathEnvironment.ResolveVariable()
99 …QilNode IXPathEnvironment.ResolveFunction(string prefix, string name, IList<QilNode> args, IFocus … in IXPathEnvironment.ResolveFunction()
117 return ((IXPathEnvironment)this).GetCurrent(); in IXPathEnvironment.ResolveFunction()
H A DKeyMatchBuilder.cs22 public KeyMatchBuilder(IXPathEnvironment env) : base(env) in KeyMatchBuilder()
H A DQilGenerator.cs102 _xpathBuilder = new XPathBuilder((IXPathEnvironment)this); in QilGenerator()
104 _ptrnBuilder = new XPathPatternBuilder((IXPathEnvironment)this); in QilGenerator()
2426 _keyMatchBuilder = new KeyMatchBuilder((IXPathEnvironment)this); in CompileKeyMatch()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/XPath/
H A DXPathBuilder.cs22 internal class XPathBuilder : IXPathBuilder<QilNode>, IXPathEnvironment {
24 private IXPathEnvironment environment;
41 XPathQilFactory IXPathEnvironment.Factory { get { return f; } }
43 QilNode IXPathEnvironment.ResolveVariable(string prefix, string name) { in IXPathEnvironment.ResolveVariable()
46 …QilNode IXPathEnvironment.ResolveFunction(string prefix, string name, IList<QilNode> args, IFocus … in IXPathEnvironment.ResolveFunction()
50 string IXPathEnvironment.ResolvePrefix(string prefix) { in IXPathEnvironment.ResolvePrefix()
55 public XPathBuilder(IXPathEnvironment environment) { in XPathBuilder()
407 …ic static QilNode PredicateToBoolean(QilNode predicate, XPathQilFactory f, IXPathEnvironment env) { in PredicateToBoolean()
733 IXPathEnvironment environment; // temp solution
758 public QilNode Fixup(QilNode inExpr, IXPathEnvironment environment) { in Fixup()
H A DIXPathEnvironment.cs25 internal interface IXPathEnvironment : IFocus { interface
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/XPath/
H A DXPathBuilder.cs19 internal class XPathBuilder : IXPathBuilder<QilNode>, IXPathEnvironment
22 private IXPathEnvironment _environment;
39 XPathQilFactory IXPathEnvironment.Factory { get { return _f; } }
41 QilNode IXPathEnvironment.ResolveVariable(string prefix, string name) in IXPathEnvironment.ResolveVariable()
45 …QilNode IXPathEnvironment.ResolveFunction(string prefix, string name, IList<QilNode> args, IFocus … in IXPathEnvironment.ResolveFunction()
50 string IXPathEnvironment.ResolvePrefix(string prefix) in IXPathEnvironment.ResolvePrefix()
56 public XPathBuilder(IXPathEnvironment environment) in XPathBuilder()
469 …blic static QilNode PredicateToBoolean(QilNode predicate, XPathQilFactory f, IXPathEnvironment env) in PredicateToBoolean()
834 private IXPathEnvironment _environment; // temp solution
861 public QilNode Fixup(QilNode inExpr, IXPathEnvironment environment) in Fixup()
H A DIXPathEnvironment.cs24 internal interface IXPathEnvironment : IFocus interface
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/
H A DSystem.Xml.dll.sources107 ../referencesource/System.Data.SqlXml/System/Xml/Xsl/XPath/IXPathEnvironment.cs