Matches() public method

public Matches ( XPathNavigator nav ) : bool
nav System.Xml.XPath.XPathNavigator
return bool
 private void PrintXPath(string sel, Hashtable nsTable)
 {
     XPathSelector xsel = new XPathSelector(sel, nsTable);
             xsel.Matches(e);
             //			Console.WriteLine(xsel.XPath);
 }