public class XmlUtils extends Object
| Constructor and Description | 
|---|
| XmlUtils() | 
| Modifier and Type | Method and Description | 
|---|---|
| static XMLInputFactory | getXmlInputFactory() | 
| static XMLReader | parse(InputStream in,
     ContentHandler handler) | 
public static XMLReader parse(InputStream in, ContentHandler handler) throws SAXException, IOException
SAXExceptionIOExceptionpublic static XMLInputFactory getXmlInputFactory()
ThreadLocal copy of XMLInputFactory.Copyright © 2020. All rights reserved.