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.SAXException
IOException
Copyright © 2018. All rights reserved.