Here you can find the source of getValues(Node metric)
private static Node getValues(Node metric)
//package com.java2s; //License from project: Open Source License import org.w3c.dom.Node; public class Main { private static Node getValues(Node metric) { return metric.getFirstChild().getNextSibling(); }/*www.java2 s .c o m*/ }