2 references to
System.Xml (2)
System\Xml\XPath\Internal\XPathAxisIterator.cs (2)
29
public XPathAxisIterator(XPathNavigator nav, XPathNodeType type, bool matchSelf) :
this
(nav, matchSelf) {
33
public XPathAxisIterator(XPathNavigator nav, string name, string namespaceURI, bool matchSelf) :
this
(nav, matchSelf) {