Home
last modified time | relevance | path

Searched refs:qyInput (Results 26 – 50 of 50) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/XPath/Internal/
H A DXPathSelfQuery.cs15 …public XPathSelfQuery(Query qyInput, string Name, string Prefix, XPathNodeType Type) : base(qyInpu… in XPathSelfQuery() argument
19 while ((currentNode = qyInput.Advance()) != null) { in Advance()
H A DFollowingSibling.cs21 …public FollSiblingQuery(Query qyInput, string name, string prefix, XPathNodeType type) : base (qyI… in FollSiblingQuery() argument
53 input = qyInput.Advance(); in FetchInput()
81 nextInput = qyInput.Advance(); in Advance()
H A DGroupQuery.cs21 currentNode = qyInput.Advance(); in Advance()
29 return qyInput.Evaluate(nodeIterator); in Evaluate()
33 public override XPathResultType StaticType { get { return qyInput.StaticType; } }
H A DParentQuery.cs18 …public ParentQuery(Query qyInput, string Name, string Prefix, XPathNodeType Type) : base(qyInput,… in ParentQuery() argument
26 while ((input = qyInput.Advance()) != null) { in Evaluate()
H A DDescendantBaseQuery.cs35 if ((result = qyInput.MatchNode(context)) != null) { in MatchNode()
42 if ((result = qyInput.MatchNode(anc)) != null) { in MatchNode()
62 qyInput.PrintQuery(w); in PrintQuery()
H A DPrecedingSibling.cs30 …public PreSiblingQuery(Query qyInput, string name, string prefix, XPathNodeType typeTest) : base ( in PreSiblingQuery() argument
51 while ((currentNode = qyInput.Advance()) != null) { in Evaluate()
H A DCacheChildrenQuery.cs32 …public CacheChildrenQuery(Query qyInput, string name, string prefix, XPathNodeType type) : base(qy… in CacheChildrenQuery() argument
123 result = qyInput.Advance(); in GetNextInput()
H A DAttributeQuery.cs30 currentNode = qyInput.Advance(); in Advance()
56 return qyInput.MatchNode(temp); in MatchNode()
H A DCacheAxisQuery.cs19 …public CacheAxisQuery(Query qyInput, string name, string prefix, XPathNodeType typeTest) : base(qy… in CacheAxisQuery() argument
H A DDescendantoverDescendantQuery.cs35 currentNode = qyInput.Advance(); in Advance()
H A DNamespaceQuery.cs31 currentNode = qyInput.Advance(); in Advance()
H A DDescendantQuery.cs33 XPathNavigator nav = qyInput.Advance(); in Advance()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/XPath/Internal/
H A DFollSiblingQuery.cs17 …public FollSiblingQuery(Query qyInput, string name, string prefix, XPathNodeType type) : base(qyIn… in FollSiblingQuery() argument
57 input = qyInput.Advance(); in FetchInput()
95 _nextInput = qyInput.Advance(); in Advance()
H A DGroupQuery.cs16 currentNode = qyInput.Advance(); in Advance()
26 return qyInput.Evaluate(nodeIterator); in Evaluate()
30 public override XPathResultType StaticType { get { return qyInput.StaticType; } }
H A DParentQuery.cs11 …public ParentQuery(Query qyInput, string Name, string Prefix, XPathNodeType Type) : base(qyInput, … in ParentQuery() argument
19 while ((input = qyInput.Advance()) != null) in Evaluate()
H A DXPathAncestorQuery.cs14 …ublic XPathAncestorQuery(Query qyInput, string name, string prefix, XPathNodeType typeTest, bool m… in XPathAncestorQuery() argument
29 while ((input = qyInput.Advance()) != null) in Evaluate()
H A DPreSiblingQuery.cs26 …public PreSiblingQuery(Query qyInput, string name, string prefix, XPathNodeType typeTest) : base(q… in PreSiblingQuery() argument
51 while ((currentNode = qyInput.Advance()) != null) in Evaluate()
H A DCacheChildrenQuery.cs28 …public CacheChildrenQuery(Query qyInput, string name, string prefix, XPathNodeType type) : base(qy… in CacheChildrenQuery() argument
134 result = qyInput.Advance(); in GetNextInput()
H A DDescendantBaseQuery.cs40 if ((result = qyInput.MatchNode(context)) != null) in MatchNode()
49 if ((result = qyInput.MatchNode(anc)) != null) in MatchNode()
H A DAttributeQuery.cs32 currentNode = qyInput.Advance(); in Advance()
67 return qyInput.MatchNode(temp); in MatchNode()
H A DCacheAxisQuery.cs16 …public CacheAxisQuery(Query qyInput, string name, string prefix, XPathNodeType typeTest) : base(qy… in CacheAxisQuery() argument
H A DSortQuery.cs21 public SortQuery(Query qyInput) in SortQuery() argument
23 Debug.Assert(qyInput != null, "Sort Query needs an input query tree to work on"); in SortQuery()
26 _qyInput = qyInput; in SortQuery()
H A DDescendantQuery.cs35 XPathNavigator nav = qyInput.Advance(); in Advance()
H A DDescendantoverDescendantQuery.cs38 currentNode = qyInput.Advance(); in Advance()
H A DNamespaceQuery.cs32 currentNode = qyInput.Advance(); in Advance()

12