Java XML Node Value getValues(Node metric)

Here you can find the source of getValues(Node metric)

Description

get Values

License

Open Source License

Declaration

private static Node getValues(Node metric) 

Method Source Code

//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*/
}

Related

  1. getValue(Node node, String Tag)
  2. getValue(Node pNode)
  3. getValueByElement(Node node)
  4. getValueByTagName(Node n, String tag)
  5. getValueOfValueNode(Node n)
  6. nodeToDouble(Node node)
  7. putAll(final NamedNodeMap dst, final NamedNodeMap src)
  8. setText(Element parent, String text)
  9. setText(Element parentNode, String data)