Searched defs:parseApi (Results 1 – 3 of 3) sorted by relevance
166 public static ApiInfo parseApi(String filename) throws ApiParseException { in parseApi() method in ApiCheck207 public ApiInfo parseApi(URL url) throws ApiParseException { in parseApi() method in ApiCheck
50 public static ApiInfo parseApi(InputStream xmlStream) throws ApiParseException { in parseApi() method in XmlApiFile
39 public static ApiInfo parseApi(String filename, InputStream stream) throws ApiParseException { in parseApi() method in ApiFile