Home
last modified time | relevance | path

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

/libcore/dom/src/test/java/org/w3c/domts/
DDOMTest.java141 StringBuffer httpURL = new StringBuffer( in getResourceURI() local
144 httpURL.append(href); in getResourceURI()
146 httpURL.append(".pdf"); in getResourceURI()
149 httpURL.append(".xml"); in getResourceURI()
151 return httpURL.toString(); in getResourceURI()