Searched refs:stylesheeturl (Results 1 – 1 of 1) sorted by relevance
99 private String stylesheeturl; field in XSLTransformer155 stylesheeturl = (String) AnyConverter.toObject( in initialize()267 URL uStyle = new URL(stylesheeturl); in start()281 … if ((ref = (java.lang.ref.WeakReference) xsltReferences.get(stylesheeturl)) == null || in start()287 xsltReferences.remove(stylesheeturl); in start()295 xsltTemplate = tfactory.newTemplates(new StreamSource(stylesheeturl)); in start()302 xsltReferences.put(stylesheeturl, ref); in start()