3 types derived from XPathAxisIterator
System.Private.Xml (3)
System\Xml\XPath\Internal\XPathAncestorIterator.cs (1)
8
internal sealed class XPathAncestorIterator :
XPathAxisIterator
System\Xml\XPath\Internal\XPathChildIterator.cs (1)
8
internal sealed class XPathChildIterator :
XPathAxisIterator
System\Xml\XPath\Internal\XPathDescendantIterator.cs (1)
8
internal sealed class XPathDescendantIterator :
XPathAxisIterator
1 reference to XPathAxisIterator
System.Private.Xml (1)
System\Xml\XPath\Internal\XPathAxisIterator.cs (1)
39
public XPathAxisIterator(
XPathAxisIterator
it)