Subversion Repositories SmartDukaan

Rev

Rev 16288 | Rev 16290 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16288 Rev 16289
Line 398... Line 398...
398
			nodes = (NodeList) this.xpath.evaluate(resultDocsPath, this.inputSource, XPathConstants.NODESET);
398
			nodes = (NodeList) this.xpath.evaluate(resultDocsPath, this.inputSource, XPathConstants.NODESET);
399
			System.out.println("In nodes");
399
			System.out.println("In nodes");
400
		}
400
		}
401
		catch (XPathExpressionException xpee) {
401
		catch (XPathExpressionException xpee) {
402
			System.out.println("Exception In nodes");
402
			System.out.println("Exception In nodes");
-
 
403
			xpee.printStackTrace();
403
			return null;
404
			return null;
404
		}
405
		}
405
		
406
		
406
		if(nodes.getLength() == 0) {
407
		if(nodes.getLength() == 0) {
407
			System.out.println("Nodes length is zero");
408
			System.out.println("Nodes length is zero");