public class XmlUtils
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FALSE_AS_STRING |
static java.lang.String |
TRUE_AS_STRING |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
evaluateBoolean(java.lang.String bool) |
static org.w3c.dom.Document |
readDocument(java.io.InputStream inp) |
static org.w3c.dom.NodeList |
searchForNodeList(org.w3c.dom.Document document,
java.lang.String xpath) |
public static final java.lang.String FALSE_AS_STRING
public static final java.lang.String TRUE_AS_STRING
public static org.w3c.dom.Document readDocument(java.io.InputStream inp)
throws java.io.IOException,
org.xml.sax.SAXException
java.io.IOExceptionorg.xml.sax.SAXExceptionpublic static org.w3c.dom.NodeList searchForNodeList(org.w3c.dom.Document document,
java.lang.String xpath)
public static boolean evaluateBoolean(java.lang.String bool)