public class XmlUtils extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
FALSE_AS_STRING |
static String |
TRUE_AS_STRING |
| 构造器和说明 |
|---|
XmlUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
evaluateBoolean(String bool) |
static Document |
readDocument(InputStream inp) |
static NodeList |
searchForNodeList(Document document,
String xpath) |
public static Document readDocument(InputStream inp) throws IOException, SAXException, ParserConfigurationException
public static boolean evaluateBoolean(String bool)
Copyright © 2020. All rights reserved.