public class XmlUtils
extends java.lang.Object
| Constructor and Description |
|---|
XmlUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.xml.sax.XMLReader |
parse(java.io.InputStream in,
org.xml.sax.ContentHandler handler)
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
in - the input stream.handler - the content handler.org.xml.sax.SAXExceptionjava.io.IOException