Searched refs:StreamSource (Results 1 – 3 of 3) sorted by relevance
30 import javax.xml.transform.stream.StreamSource;63 StreamSource xslSource = new StreamSource(xsl); in printHtmlReport()67 StreamSource xmlSource = new StreamSource(xmlIn); in printHtmlReport()
33 import javax.xml.transform.stream.StreamSource;65 StreamSource xslSource = new StreamSource(xsl); in printHtmlReport()69 StreamSource xmlSource = new StreamSource(xmlIn); in printHtmlReport()
38 class StreamSource : public IStreamSource { class54 const sp<StreamSource> source = new StreamSource(); in main()