2 instantiations of XPathDocumentElementDescendantIterator
System.Private.Xml (2)
System\Xml\Cache\XPathDocumentIterator.cs (1)
208
return new
XPathDocumentElementDescendantIterator
(this);
System\Xml\Cache\XPathDocumentNavigator.cs (1)
772
return new
XPathDocumentElementDescendantIterator
(this, name, namespaceURI, matchSelf);
1 reference to XPathDocumentElementDescendantIterator
System.Private.Xml (1)
System\Xml\Cache\XPathDocumentIterator.cs (1)
195
public XPathDocumentElementDescendantIterator(
XPathDocumentElementDescendantIterator
iter) : base(iter)