Package com.lyncode.xoai.util
Class XmlIOUtils
- java.lang.Object
-
- com.lyncode.xoai.util.XmlIOUtils
-
public class XmlIOUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description XmlIOUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidwriteElement(XmlOutputContext context, String name, XMLWritable elem)static voidwriteValue(XMLStreamWriter writer, String name, String value)
-
-
-
Method Detail
-
writeValue
public static void writeValue(XMLStreamWriter writer, String name, String value) throws XMLStreamException
- Throws:
XMLStreamException
-
writeElement
public static void writeElement(XmlOutputContext context, String name, XMLWritable elem) throws XMLStreamException, WritingXmlException
-
-