public final class XMLUtils extends Object
Modifier and Type | Field and Description |
---|---|
static ErrorHandler |
ERROR_HANDLER |
Modifier and Type | Method and Description |
---|---|
static DocumentBuilderFactory |
getDocumentBuilderFactory() |
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 final ErrorHandler ERROR_HANDLER
public static String nullSafeGetStringAttribute(Node node, String attributeName)
node
- attributeName
- public static boolean nullSafeGetBooleanAttribute(Node node, String attributeName)
node
- attributeName
- public static boolean nullSafeGetBooleanAttribute(Node node, String attributeName, boolean defaultValue)
node
- attributeName
- defaultValue
- public static final DocumentBuilderFactory getDocumentBuilderFactory() throws ParserConfigurationException
ParserConfigurationException
Copyright © 2019 sejda. All rights reserved.