public class XmlApiSummaryReader extends Object
Constructor and Description |
---|
XmlApiSummaryReader() |
Modifier and Type | Method and Description |
---|---|
static Iterator<ApiSummary> |
iterateMany(XmlReader reader) |
static List<ApiSummary> |
readMany(XmlReader reader) |
static ApiSummary |
readOne(XmlReader reader) |
public static ApiSummary readOne(XmlReader reader)
public static Iterator<ApiSummary> iterateMany(XmlReader reader)
public static List<ApiSummary> readMany(XmlReader reader)
Copyright © 2016. All rights reserved.