Package com.vonage.client.legacyutils
Class XmlParser
java.lang.Object
com.vonage.client.legacyutils.XmlParser
public class XmlParser extends java.lang.Object
-
Constructor Details
-
Method Details
-
parseXml
Parse a provided XML String and return the generated DOM Document.- Parameters:
xml- A String containing XML.- Returns:
- A Document generated from the parsed XML.
- Throws:
VonageResponseParseException- If there is a problem initializing the XML parser or parsing the XML.
-