Home | History | Annotate | Download | only in transformer

Lines Matching refs:OutputProperties

64 import org.apache.xalan.templates.OutputProperties;
131 private OutputProperties m_outputFormat;
170 private OutputProperties m_textformat = new OutputProperties(Method.TEXT);
725 OutputProperties props = getOutputFormat();
731 if (!OutputProperties.isLegalPropertyKey(qnameString))
756 OutputProperties props = getOutputFormat();
762 if (!OutputProperties.isLegalPropertyKey(qnameString))
841 (OutputProperties) getStylesheet().getOutputComposed().clone();
844 if (!OutputProperties.isLegalPropertyKey(name))
883 m_outputFormat = new OutputProperties(method);
885 m_outputFormat = new OutputProperties();
921 * on the current OutputProperties.
940 * Create a ContentHandler from a Result object and an OutputProperties.
944 * @param format The OutputProperties object that will contain
953 Result outputTarget, OutputProperties format)
1346 * @param oformat A valid OutputProperties object (which will
1349 public void setOutputFormat(OutputProperties oformat)
1360 public OutputProperties getOutputFormat()
1365 OutputProperties format = (null == m_outputFormat)