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
IOException
XmlPullParserException
public static void writeDocument(XmlPullParser parser, Writer writer) throws IOException, XmlPullParserException
IOException
XmlPullParserException
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.