Package com.nexmo.client.legacyutils
Class XmlUtil
- java.lang.Object
-
- com.nexmo.client.legacyutils.XmlUtil
-
public class XmlUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description XmlUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intintValue(org.w3c.dom.Node node)static org.w3c.dom.DocumentparseXmlString(javax.xml.parsers.DocumentBuilder documentBuilder, java.lang.String response)static java.lang.StringstringValue(org.w3c.dom.Node node)
-
-
-
Constructor Detail
-
XmlUtil
public XmlUtil()
-
-
Method Detail
-
stringValue
public static java.lang.String stringValue(org.w3c.dom.Node node)
-
intValue
public static int intValue(org.w3c.dom.Node node) throws NexmoResponseParseException
- Throws:
NexmoResponseParseException
-
parseXmlString
public static org.w3c.dom.Document parseXmlString(javax.xml.parsers.DocumentBuilder documentBuilder, java.lang.String response) throws NexmoResponseParseException
- Throws:
NexmoResponseParseException
-
-