com.amazonaws.util
Class XmlUtils

java.lang.Object
  extended by com.amazonaws.util.XmlUtils

public class XmlUtils
extends java.lang.Object


Constructor Summary
XmlUtils()
           
 
Method Summary
static org.xml.sax.XMLReader parse(java.io.InputStream in, org.xml.sax.ContentHandler handler)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlUtils

public XmlUtils()
Method Detail

parse

public static org.xml.sax.XMLReader parse(java.io.InputStream in,
                                          org.xml.sax.ContentHandler handler)
                                   throws org.xml.sax.SAXException,
                                          java.io.IOException
Throws:
org.xml.sax.SAXException
java.io.IOException


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.