Home
last modified time | relevance | path

Searched refs:xmlSource (Results 1 – 1 of 1) sorted by relevance

/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DHtmlReport.java67 StreamSource xmlSource = new StreamSource(xmlIn); in printHtmlReport() local
69 transformer.transform(xmlSource, result); in printHtmlReport()