public interface XMLStreamUtils
| Modifier and Type | Method and Description |
|---|---|
static void |
copy(InputStream inputStream,
XMLStreamWriter xmlStreamWriter) |
static void |
copy(Reader reader,
XMLStreamWriter xmlStreamWriter) |
static void |
copy(XMLStreamReader xmlStreamReader,
OutputStream outputStream) |
static void |
copy(XMLStreamReader xmlStreamReader,
Writer writer) |
static void |
copy(XMLStreamReader reader,
XMLStreamWriter writer) |
static void copy(Reader reader, XMLStreamWriter xmlStreamWriter) throws XMLStreamException
XMLStreamExceptionstatic void copy(XMLStreamReader xmlStreamReader, Writer writer) throws XMLStreamException
XMLStreamExceptionstatic void copy(InputStream inputStream, XMLStreamWriter xmlStreamWriter) throws XMLStreamException
XMLStreamExceptionstatic void copy(XMLStreamReader xmlStreamReader, OutputStream outputStream) throws XMLStreamException
XMLStreamExceptionstatic void copy(XMLStreamReader reader, XMLStreamWriter writer) throws XMLStreamException
XMLStreamExceptionCopyright © 2021 NorStella. All rights reserved.