public class XmlUtils extends Object
| Constructor and Description |
|---|
XmlUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
writeDocument(XmlPullParser parser,
Writer writer) |
static ByteArrayInputStream |
writeDocument(XmlStreamReader reader,
XmlPullParser parser) |
public static ByteArrayInputStream writeDocument(XmlStreamReader reader, XmlPullParser parser) throws IOException, XmlPullParserException
IOExceptionXmlPullParserExceptionpublic static void writeDocument(XmlPullParser parser, Writer writer) throws IOException, XmlPullParserException
IOExceptionXmlPullParserExceptionCopyright © 2001–2022 The Apache Software Foundation. All rights reserved.