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 XmlUtils()
public static XMLReader parse(InputStream in, ContentHandler handler) throws SAXException, IOException
SAXException IOException public static XMLInputFactory getXmlInputFactory()
ThreadLocal copy of XMLInputFactory.