if(xPath == null)
throw new XPathExpressionException("path is null");
if(this.retNull)
return null;
if(times == count)
return null;
times++;
return (Node)Proxy.newProxyInstance(this.getClass().getClassLoader(),new Class[] {Node.class,NamedNodeMap.class},new Handler(this.content));