Searched defs:xmlStream (Results 1 – 2 of 2) sorted by relevance
203 FileInputStream xmlStream = new FileInputStream(xmlFile); in transform() local362 FileInputStream xmlStream = new FileInputStream(xmlFile); in transformWithStylesheet() local442 FileInputStream xmlStream = new FileInputStream(xmlFile); in transformEmbedded() local
50 public static ApiInfo parseApi(InputStream xmlStream) throws ApiParseException { in parseApi()