2 instantiations of XPathDocumentElementChildIterator
System.Xml (2)
System\Xml\Cache\XPathDocumentIterator.cs (1)
80return new XPathDocumentElementChildIterator(this);
System\Xml\Cache\XPathDocumentNavigator.cs (1)
672return new XPathDocumentElementChildIterator(this, name, namespaceURI);
1 reference to XPathDocumentElementChildIterator
System.Xml (1)
System\Xml\Cache\XPathDocumentIterator.cs (1)
71public XPathDocumentElementChildIterator(XPathDocumentElementChildIterator iter) : base(iter) {