3 instantiations of XPathAncestorIterator
System.Xml (3)
System\Xml\XPath\Internal\XPathAncestorIterator.cs (1)
38
public override XPathNodeIterator Clone() { return new
XPathAncestorIterator
(this); }
System\Xml\XPath\XPathNavigator.cs (2)
1089
return new
XPathAncestorIterator
( this.Clone(), type, matchSelf );
1093
return new
XPathAncestorIterator
( this.Clone(), name, namespaceURI, matchSelf );
1 reference to XPathAncestorIterator
System.Xml (1)
System\Xml\XPath\Internal\XPathAncestorIterator.cs (1)
18
public XPathAncestorIterator(
XPathAncestorIterator
other) : base(other) { }