3 references to GetMatchingNode
System.Xml (3)
System\Xml\Dom\XmlElementList.cs (3)
175node = GetMatchingNode( node, bNext ); 187return GetMatchingNode( node, true ); 219while ((node = GetMatchingNode(node, true)) != null) {