public class XmlUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FALSE_AS_STRING |
static String |
TRUE_AS_STRING |
| Constructor and Description |
|---|
XmlUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
evaluateBoolean(String bool) |
static Document |
readDocument(InputStream inp) |
static NodeList |
searchForNodeList(Document document,
String xpath) |
public static final String FALSE_AS_STRING
public static final String TRUE_AS_STRING
public static Document readDocument(InputStream inp) throws IOException, SAXException, ParserConfigurationException
public static boolean evaluateBoolean(String bool)
Copyright © 2020. All rights reserved.