org.rrd4j.core
Class Util.Xml

java.lang.Object
  extended by org.rrd4j.core.Util.Xml
Enclosing class:
Util

public static class Util.Xml
extends Object

Various DOM utility functions.


Constructor Summary
Util.Xml()
           
 
Method Summary
static Node[] getChildNodes(Node parentNode)
           
static Node[] getChildNodes(Node parentNode, String childName)
           
static String getChildValue(Node parentNode, String childName)
           
static String getChildValue(Node parentNode, String childName, boolean trim)
           
static boolean getChildValueAsBoolean(Node parentNode, String childName)
           
static double getChildValueAsDouble(Node parentNode, String childName)
           
static int getChildValueAsInt(Node parentNode, String childName)
           
static long getChildValueAsLong(Node parentNode, String childName)
           
static Node getFirstChildNode(Node parentNode, String childName)
           
static Element getRootElement(File xmlFile)
           
static Element getRootElement(InputSource inputSource)
           
static Element getRootElement(String xmlString)
           
static String getValue(Node node)
           
static String getValue(Node node, boolean trimValue)
           
static boolean getValueAsBoolean(Node node)
           
static double getValueAsDouble(Node node)
           
static int getValueAsInt(Node node)
           
static long getValueAsLong(Node node)
           
static boolean hasChildNode(Node parentNode, String childName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util.Xml

public Util.Xml()
Method Detail

getChildNodes

public static Node[] getChildNodes(Node parentNode)

getChildNodes

public static Node[] getChildNodes(Node parentNode,
                                   String childName)

getFirstChildNode

public static Node getFirstChildNode(Node parentNode,
                                     String childName)

hasChildNode

public static boolean hasChildNode(Node parentNode,
                                   String childName)

getChildValue

public static String getChildValue(Node parentNode,
                                   String childName)

getChildValue

public static String getChildValue(Node parentNode,
                                   String childName,
                                   boolean trim)

getValue

public static String getValue(Node node)

getValue

public static String getValue(Node node,
                              boolean trimValue)

getChildValueAsInt

public static int getChildValueAsInt(Node parentNode,
                                     String childName)

getValueAsInt

public static int getValueAsInt(Node node)

getChildValueAsLong

public static long getChildValueAsLong(Node parentNode,
                                       String childName)

getValueAsLong

public static long getValueAsLong(Node node)

getChildValueAsDouble

public static double getChildValueAsDouble(Node parentNode,
                                           String childName)

getValueAsDouble

public static double getValueAsDouble(Node node)

getChildValueAsBoolean

public static boolean getChildValueAsBoolean(Node parentNode,
                                             String childName)

getValueAsBoolean

public static boolean getValueAsBoolean(Node node)

getRootElement

public static Element getRootElement(InputSource inputSource)
                              throws IOException
Throws:
IOException

getRootElement

public static Element getRootElement(String xmlString)
                              throws IOException
Throws:
IOException

getRootElement

public static Element getRootElement(File xmlFile)
                              throws IOException
Throws:
IOException


Copyright © 2011. All Rights Reserved.