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

/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerIdentityImpl.java88 m_outputFormat = new OutputProperties(Method.XML);
164 m_outputFormat = new OutputProperties(Method.XML);
261 SerializerFactory.getSerializer(m_outputFormat.getProperties());
660 m_outputFormat = new OutputProperties(method);
662 m_outputFormat = new OutputProperties();
664 m_outputFormat.copyFrom(oformat);
669 m_outputFormat = null;
706 return (Properties) m_outputFormat.getProperties().clone();
743 m_outputFormat.setProperty(name, value);
766 OutputProperties props = m_outputFormat;
1471 private OutputProperties m_outputFormat; field in class:TransformerIdentityImpl
[all...]
H A DTransformerImpl.java131 private OutputProperties m_outputFormat; field in class:TransformerImpl
838 if (null == m_outputFormat)
840 m_outputFormat =
848 m_outputFormat.setProperty(name, value);
883 m_outputFormat = new OutputProperties(method);
884 else if(m_outputFormat==null)
885 m_outputFormat = new OutputProperties();
887 m_outputFormat.copyFrom(oformat);
891 m_outputFormat.copyFrom(m_stylesheetRoot.getOutputProperties());
896 m_outputFormat
[all...]

Completed in 73 milliseconds