Searched refs:readXml (Results 1 – 2 of 2) sorted by relevance
143 readXml(infile); in loadFile()156 protected void readXml(InputStream stream) in readXml() method in Assistant
369 mAssistant.readXml(new BufferedInputStream(new ByteArrayInputStream(xml.getBytes()))); in testReadXml()418 assistant.readXml(new BufferedInputStream(new ByteArrayInputStream(baos.toByteArray()))); in testRoundTripXml()