public final class XMLUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
nullSafeGetBooleanAttribute(Node node,
String attributeName) |
static boolean |
nullSafeGetBooleanAttribute(Node node,
String attributeName,
boolean defaultValue) |
static String |
nullSafeGetStringAttribute(Node node,
String attributeName) |
public static String nullSafeGetStringAttribute(Node node, String attributeName)
node - attributeName - public static boolean nullSafeGetBooleanAttribute(Node node, String attributeName)
node - attributeName - Copyright © 2015. All Rights Reserved.