1 type derived from DocumentXPathNodeIterator_AllElemChildren
System.Xml (1)
System\Xml\Dom\DocumentXPathNavigator.cs (1)
1891
internal sealed class DocumentXPathNodeIterator_AllElemChildren_AndSelf :
DocumentXPathNodeIterator_AllElemChildren
{
2 instantiations of DocumentXPathNodeIterator_AllElemChildren
System.Xml (2)
System\Xml\Dom\DocumentXPathNavigator.cs (2)
1228
return new
DocumentXPathNodeIterator_AllElemChildren
( this );
1882
return new
DocumentXPathNodeIterator_AllElemChildren
( this );
1 reference to DocumentXPathNodeIterator_AllElemChildren
System.Xml (1)
System\Xml\Dom\DocumentXPathNavigator.cs (1)
1878
internal DocumentXPathNodeIterator_AllElemChildren(
DocumentXPathNodeIterator_AllElemChildren
other ) : base( other ) {