public class XmlUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FALSE_AS_STRING |
static String |
TRUE_AS_STRING |
| 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
IOExceptionSAXExceptionpublic static NodeList searchForNodeList(Document document, String xpath) throws ParseException
ParseExceptionpublic static boolean evaluateBoolean(String bool)