Home
last modified time | relevance | path

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

/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DXSLTransformer.java98 private XOutputStream m_xos; // private static HashMap templatecache; field in XSLTransformer
192 m_xos = aStream; in setOutputStream()
196 return m_xos; in getOutputStream()
335 new XOutputStreamToOutputStreamAdapter(m_xos)); in start()
386 if (m_xos != null) { in start()
387 m_xos.closeOutput(); in start()
402 m_xos = null; in start()

Completed in 22 milliseconds