Class XmlApiSummaryReader
- java.lang.Object
-
- org.ovirt.engine.sdk4.internal.xml.XmlApiSummaryReader
-
public class XmlApiSummaryReader extends Object
-
-
Constructor Summary
Constructors Constructor Description XmlApiSummaryReader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Iterator<ApiSummary>
iterateMany(XmlReader reader)
static List<ApiSummary>
readMany(XmlReader reader)
static ApiSummary
readOne(XmlReader reader)
-
-
-
Method Detail
-
readOne
public static ApiSummary readOne(XmlReader reader)
-
iterateMany
public static Iterator<ApiSummary> iterateMany(XmlReader reader)
-
readMany
public static List<ApiSummary> readMany(XmlReader reader)
-
-