public class XmlUtils extends Object
| Constructor and Description |
|---|
XmlUtils() |
| Modifier and Type | Method and Description |
|---|---|
static XMLReader |
parse(InputStream in,
ContentHandler handler)
Parse.
|
public static XMLReader parse(InputStream in, ContentHandler handler) throws SAXException, IOException
in - the input stream.handler - the content handler.SAXExceptionIOExceptionCopyright © 2019. All rights reserved.