Class XmlPropertyWriter
- java.lang.Object
-
- org.ovirt.engine.sdk4.internal.xml.XmlPropertyWriter
-
public class XmlPropertyWriter extends Object
-
-
Constructor Summary
Constructors Constructor Description XmlPropertyWriter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
writeMany(Iterator<Property> list, String singular, String plural, XmlWriter writer)
static void
writeMany(Iterator<Property> list, XmlWriter writer)
static void
writeOne(Property object, String tag, XmlWriter writer)
static void
writeOne(Property object, XmlWriter writer)
-