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.java96 private XOutputStream m_xos; // private static HashMap templatecache; field in XSLTransformer
190 m_xos = aStream; in setOutputStream()
194 return m_xos; in getOutputStream()
333 new XOutputStreamToOutputStreamAdapter(m_xos)); in start()
384 if (m_xos != null) { in start()
385 m_xos.closeOutput(); in start()
400 m_xos = null; in start()