Modifier and Type | Method and Description |
---|---|
static Iterable<Node> |
asElementIterable(NodeList list) |
static Iterable<Node> |
childElements(Node node) |
static String |
cleanNodeName(Node node) |
static void |
fillProperties(Node node,
Map<String,Comparable> properties,
boolean domLevel3) |
static void |
fillProperties(Node node,
Properties properties,
boolean domLevel3) |
static String |
getAttribute(Node node,
String attName,
boolean domLevel3) |
static boolean |
getBooleanValue(String value) |
static double |
getDoubleValue(String parameterName,
String value) |
static double |
getDoubleValue(String parameterName,
String value,
double defaultValue) |
static int |
getIntegerValue(String parameterName,
String value) |
static int |
getIntegerValue(String parameterName,
String value,
int defaultValue) |
static long |
getLongValue(String parameterName,
String value) |
static long |
getLongValue(String parameterName,
String value,
long defaultValue) |
static String |
getTextContent(Node node,
boolean domLevel3) |
public static void fillProperties(Node node, Map<String,Comparable> properties, boolean domLevel3)
public static void fillProperties(Node node, Properties properties, boolean domLevel3)
public static boolean getBooleanValue(String value)
public static int getIntegerValue(String parameterName, String value, int defaultValue)
public static double getDoubleValue(String parameterName, String value, double defaultValue)
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.