Home
last modified time | relevance | path

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

/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DXSLTransformer.java101 private String stylesheeturl; field in XSLTransformer
157 stylesheeturl = (String) AnyConverter.toObject( in initialize()
269 URL uStyle = new URL(stylesheeturl); in start()
283 … if ((ref = (java.lang.ref.WeakReference) xsltReferences.get(stylesheeturl)) == null || in start()
289 xsltReferences.remove(stylesheeturl); in start()
297 xsltTemplate = tfactory.newTemplates(new StreamSource(stylesheeturl)); in start()
304 xsltReferences.put(stylesheeturl, ref); in start()

Completed in 8 milliseconds