Package org.apache.xmlbeans.impl.common
Class XmlReaderToWriter
java.lang.Object
org.apache.xmlbeans.impl.common.XmlReaderToWriter
public final class XmlReaderToWriter extends Object
-
Method Summary
Modifier and Type Method Description static void
write(XMLStreamReader xmlr, XMLStreamWriter writer)
static void
writeAll(XMLStreamReader xmlr, XMLStreamWriter writer)
-
Method Details
-
writeAll
public static void writeAll(XMLStreamReader xmlr, XMLStreamWriter writer) throws XMLStreamException- Throws:
XMLStreamException
-
write
- Throws:
XMLStreamException
-