public class XmlUtil extends java.lang.Object
| Constructor and Description |
|---|
XmlUtil() |
| Modifier and Type | Method and Description |
|---|---|
static int |
intValue(org.w3c.dom.Node node) |
static org.w3c.dom.Document |
parseXmlString(javax.xml.parsers.DocumentBuilder documentBuilder,
java.lang.String response) |
static java.lang.String |
stringValue(org.w3c.dom.Node node) |
public XmlUtil()
public static java.lang.String stringValue(org.w3c.dom.Node node)
public static int intValue(org.w3c.dom.Node node) throws NexmoResponseParseException
NexmoResponseParseExceptionpublic static org.w3c.dom.Document parseXmlString(javax.xml.parsers.DocumentBuilder documentBuilder, java.lang.String response) throws NexmoResponseParseException
NexmoResponseParseException