Searched refs:m_outputFormat (Results 1 – 2 of 2) sorted by relevance
88 m_outputFormat = new OutputProperties(Method.XML); in TransformerIdentityImpl()164 m_outputFormat = new OutputProperties(Method.XML); in reset()261 SerializerFactory.getSerializer(m_outputFormat.getProperties()); in createResultContentHandler()660 m_outputFormat = new OutputProperties(method); in setOutputProperties()662 m_outputFormat = new OutputProperties(); in setOutputProperties()664 m_outputFormat.copyFrom(oformat); in setOutputProperties()669 m_outputFormat = null; in setOutputProperties()706 return (Properties) m_outputFormat.getProperties().clone(); in getOutputProperties()743 m_outputFormat.setProperty(name, value); in setOutputProperty()766 OutputProperties props = m_outputFormat; in getOutputProperty()[all …]
131 private OutputProperties m_outputFormat; field in TransformerImpl836 if (null == m_outputFormat) in setOutputProperty()838 m_outputFormat = in setOutputProperty()846 m_outputFormat.setProperty(name, value); in setOutputProperty()881 m_outputFormat = new OutputProperties(method); in setOutputProperties()882 else if(m_outputFormat==null) in setOutputProperties()883 m_outputFormat = new OutputProperties(); in setOutputProperties()885 m_outputFormat.copyFrom(oformat); in setOutputProperties()889 m_outputFormat.copyFrom(m_stylesheetRoot.getOutputProperties()); in setOutputProperties()894 m_outputFormat = null; in setOutputProperties()[all …]