public class XmlUtils extends Object
| Constructor and Description |
|---|
XmlUtils() |
| Modifier and Type | Method and Description |
|---|---|
static XMLStreamReader |
createSafeReader(InputStream inputStream) |
static XMLStreamReader |
createSafeReader(StreamSource source) |
static XMLReader |
createSafeSaxReader(SAXParserFactory saxParserFactory,
ContentHandler contentHandler) |
public static XMLStreamReader createSafeReader(InputStream inputStream) throws XMLStreamException
XMLStreamExceptionpublic static XMLStreamReader createSafeReader(StreamSource source) throws XMLStreamException
XMLStreamExceptionpublic static XMLReader createSafeSaxReader(SAXParserFactory saxParserFactory, ContentHandler contentHandler) throws SAXException, ParserConfigurationException
Copyright © 2018 Apache NiFi Project. All rights reserved.