Home
last modified time | relevance | path

Searched defs:matchSelf (Results 1 – 25 of 48) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/XPath/Internal/
H A DXPathAxisIterator.cs21 internal bool matchSelf; field in MS.Internal.Xml.XPath.XPathAxisIterator
24 public XPathAxisIterator(XPathNavigator nav, bool matchSelf) { in XPathAxisIterator()
29 …public XPathAxisIterator(XPathNavigator nav, XPathNodeType type, bool matchSelf) : this(nav, match… in XPathAxisIterator()
33 …thAxisIterator(XPathNavigator nav, string name, string namespaceURI, bool matchSelf) : this(nav, m… in XPathAxisIterator()
H A DXPathAncestorIterator.cs16 …public XPathAncestorIterator(XPathNavigator nav, XPathNodeType type, bool matchSelf) : base(nav, t… in XPathAncestorIterator()
17 …cestorIterator(XPathNavigator nav, string name, string namespaceURI, bool matchSelf) : base(nav, n… in XPathAncestorIterator()
H A DXPathDescendantIterator.cs14 …public XPathDescendantIterator(XPathNavigator nav, XPathNodeType type, bool matchSelf) : base(nav,… in XPathDescendantIterator()
15 …endantIterator(XPathNavigator nav, string name, string namespaceURI, bool matchSelf) : base(nav, n… in XPathDescendantIterator()
H A DDescendantBaseQuery.cs15 protected bool matchSelf; field in MS.Internal.Xml.XPath.DescendantBaseQuery
18 …uery(Query qyParent, string Name, string Prefix, XPathNodeType Type, bool matchSelf, bool abbrAxis… in DescendantBaseQuery()
H A DXPathAncestorQuery.cs16 private bool matchSelf; field in MS.Internal.Xml.XPath.XPathAncestorQuery
18 …y(Query qyInput, string name, string prefix, XPathNodeType typeTest, bool matchSelf) : base(qyInpu… in XPathAncestorQuery()
H A DDescendantQuery.cs17 …ery(Query qyParent, string Name, string Prefix, XPathNodeType Type, bool matchSelf, bool abbrAxis) in DescendantQuery()
H A DDescendantoverDescendantQuery.cs21 …public DescendantOverDescendantQuery(Query qyParent, bool matchSelf, string name, string prefix, … in DescendantOverDescendantQuery()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/XPath/Internal/
H A DXPathAxisIterator.cs17 internal bool matchSelf; field in MS.Internal.Xml.XPath.XPathAxisIterator
20 public XPathAxisIterator(XPathNavigator nav, bool matchSelf) in XPathAxisIterator()
26 …public XPathAxisIterator(XPathNavigator nav, XPathNodeType type, bool matchSelf) : this(nav, match… in XPathAxisIterator()
31 …thAxisIterator(XPathNavigator nav, string name, string namespaceURI, bool matchSelf) : this(nav, m… in XPathAxisIterator()
H A DDescendantBaseQuery.cs13 protected bool matchSelf; field in MS.Internal.Xml.XPath.DescendantBaseQuery
16 …uery(Query qyParent, string Name, string Prefix, XPathNodeType Type, bool matchSelf, bool abbrAxis… in DescendantBaseQuery()
H A DXPathAncestorIterator.cs11 …public XPathAncestorIterator(XPathNavigator nav, XPathNodeType type, bool matchSelf) : base(nav, t… in XPathAncestorIterator()
12 …cestorIterator(XPathNavigator nav, string name, string namespaceURI, bool matchSelf) : base(nav, n… in XPathAncestorIterator()
H A DXPathDescendantIterator.cs13 …public XPathDescendantIterator(XPathNavigator nav, XPathNodeType type, bool matchSelf) : base(nav,… in XPathDescendantIterator()
14 …endantIterator(XPathNavigator nav, string name, string namespaceURI, bool matchSelf) : base(nav, n… in XPathDescendantIterator()
H A DDescendantQuery.cs13 …uery(Query qyParent, string Name, string Prefix, XPathNodeType Type, bool matchSelf, bool abbrAxis) in DescendantQuery()
H A DXPathAncestorQuery.cs14 …y(Query qyInput, string name, string prefix, XPathNodeType typeTest, bool matchSelf) : base(qyInpu… in XPathAncestorQuery()
H A DDescendantoverDescendantQuery.cs18 …public DescendantOverDescendantQuery(Query qyParent, bool matchSelf, string name, string prefix, X… in DescendantOverDescendantQuery()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Cache/
H A DXPathDocumentIterator.cs154 private bool matchSelf; field in MS.Internal.Xml.Cache.XPathDocumentElementDescendantIterator
159 …rator(XPathDocumentNavigator root, string name, string namespaceURI, bool matchSelf) : base(root) { in XPathDocumentElementDescendantIterator()
218 private bool matchSelf; field in MS.Internal.Xml.Cache.XPathDocumentKindDescendantIterator
223 …ndDescendantIterator(XPathDocumentNavigator root, XPathNodeType typ, bool matchSelf) : base(root) { in XPathDocumentKindDescendantIterator()
H A DXPathDocumentNavigator.cs679 public override XPathNodeIterator SelectDescendants(XPathNodeType type, bool matchSelf) { in SelectDescendants()
687 …ic override XPathNodeIterator SelectDescendants(string name, string namespaceURI, bool matchSelf) { in SelectDescendants()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Cache/
H A DXPathDocumentIterator.cs175 …terator(XPathDocumentNavigator root, string name, string namespaceURI, bool matchSelf) : base(root) in XPathDocumentElementDescendantIterator()
247 …KindDescendantIterator(XPathDocumentNavigator root, XPathNodeType typ, bool matchSelf) : base(root) in XPathDocumentKindDescendantIterator()
H A DXPathDocumentNavigator.cs746 public override XPathNodeIterator SelectDescendants(XPathNodeType type, bool matchSelf) in SelectDescendants()
755 …blic override XPathNodeIterator SelectDescendants(string name, string namespaceURI, bool matchSelf) in SelectDescendants()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.core/src/main/java/org/springframework/core/type/filter/
H A DAnnotationTypeFilter.java79 protected boolean matchSelf(MetadataReader metadataReader) { in matchSelf() method in AnnotationTypeFilter
H A DAbstractTypeHierarchyTraversingFilter.java113 protected boolean matchSelf(MetadataReader metadataReader) { in matchSelf() method in AbstractTypeHierarchyTraversingFilter
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Dispatcher/
H A DSeekableMessageNavigator.cs1048 public override XPathNodeIterator SelectAncestors(XPathNodeType type, bool matchSelf) in SelectAncestors()
1059 …public override XPathNodeIterator SelectAncestors(string name, string namespaceURI, bool matchSelf) in SelectAncestors()
1092 public override XPathNodeIterator SelectDescendants(XPathNodeType type, bool matchSelf) in SelectDescendants()
1103 …blic override XPathNodeIterator SelectDescendants(string name, string namespaceURI, bool matchSelf) in SelectDescendants()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/XPath/
H A DXPathNavigator.cs1088 public virtual XPathNodeIterator SelectAncestors( XPathNodeType type, bool matchSelf ) { in SelectAncestors()
1092 …lic virtual XPathNodeIterator SelectAncestors( string name, string namespaceURI, bool matchSelf ) { in SelectAncestors()
1096 public virtual XPathNodeIterator SelectDescendants( XPathNodeType type, bool matchSelf ) { in SelectDescendants()
1100 …c virtual XPathNodeIterator SelectDescendants( string name, string namespaceURI, bool matchSelf ) { in SelectDescendants()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/XPath/
H A DXPathNavigator.cs1279 public virtual XPathNodeIterator SelectAncestors(XPathNodeType type, bool matchSelf) in SelectAncestors()
1284 … public virtual XPathNodeIterator SelectAncestors(string name, string namespaceURI, bool matchSelf) in SelectAncestors()
1289 public virtual XPathNodeIterator SelectDescendants(XPathNodeType type, bool matchSelf) in SelectDescendants()
1294 …ublic virtual XPathNodeIterator SelectDescendants(string name, string namespaceURI, bool matchSelf) in SelectDescendants()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Dom/
H A DDocumentXPathNavigator.cs1196 …ride XPathNodeIterator SelectDescendants( string localName, string namespaceURI, bool matchSelf ) { in SelectDescendants()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Dom/
H A DDocumentXPathNavigator.cs1463 …override XPathNodeIterator SelectDescendants(string localName, string namespaceURI, bool matchSelf) in SelectDescendants()

12