Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerIdentityImpl.java88 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 …]
DTransformerImpl.java131 private OutputProperties m_outputFormat; field in TransformerImpl
838 if (null == m_outputFormat) in setOutputProperty()
840 m_outputFormat = in setOutputProperty()
848 m_outputFormat.setProperty(name, value); in setOutputProperty()
883 m_outputFormat = new OutputProperties(method); in setOutputProperties()
884 else if(m_outputFormat==null) in setOutputProperties()
885 m_outputFormat = new OutputProperties(); in setOutputProperties()
887 m_outputFormat.copyFrom(oformat); in setOutputProperties()
891 m_outputFormat.copyFrom(m_stylesheetRoot.getOutputProperties()); in setOutputProperties()
896 m_outputFormat = null; in setOutputProperties()
[all …]