1 type derived from DocumentXPathNodeIterator_ElemChildren
System.Xml (1)
System\Xml\Dom\DocumentXPathNavigator.cs (1)
1990internal sealed class DocumentXPathNodeIterator_ElemChildren_AndSelf : DocumentXPathNodeIterator_ElemChildren {
2 instantiations of DocumentXPathNodeIterator_ElemChildren
System.Xml (2)
System\Xml\Dom\DocumentXPathNavigator.cs (2)
1215return new DocumentXPathNodeIterator_ElemChildren( this, localNameAtom, nsAtom ); 1980return new DocumentXPathNodeIterator_ElemChildren( this );
1 reference to DocumentXPathNodeIterator_ElemChildren
System.Xml (1)
System\Xml\Dom\DocumentXPathNavigator.cs (1)
1974internal DocumentXPathNodeIterator_ElemChildren( DocumentXPathNodeIterator_ElemChildren other ) : base( other ) {