Package com.amazonaws.util
Class XmlUtils
- java.lang.Object
-
- com.amazonaws.util.XmlUtils
-
public class XmlUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description XmlUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static XMLReader
parse(InputStream in, ContentHandler handler)
-
-
-
Method Detail
-
parse
public static XMLReader parse(InputStream in, ContentHandler handler) throws SAXException, IOException
- Throws:
SAXException
IOException
-
-