public class XmlIOUtils extends Object
| Constructor and Description |
|---|
XmlIOUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
writeElement(XmlOutputContext context,
String name,
XMLWritable elem) |
static void |
writeValue(XMLStreamWriter writer,
String name,
String value) |
public static void writeValue(XMLStreamWriter writer, String name, String value) throws XMLStreamException
XMLStreamExceptionpublic static void writeElement(XmlOutputContext context, String name, XMLWritable elem) throws XMLStreamException, WritingXmlException
Copyright © 2020. All rights reserved.