Searched refs:OutputProperties (Results 1 – 7 of 7) sorted by relevance
33 import org.apache.xalan.templates.OutputProperties;78 OutputProperties htmlOutputProperties = new OutputProperties(Method.HTML); in switchSerializerIfHTML()171 OutputProperties htmlOutputProperties = new OutputProperties(Method.HTML); in switchSerializerIfHTML()
48 import org.apache.xalan.templates.OutputProperties;88 m_outputFormat = new OutputProperties(Method.XML); in TransformerIdentityImpl()164 m_outputFormat = new OutputProperties(Method.XML); in reset()660 m_outputFormat = new OutputProperties(method); in setOutputProperties()662 m_outputFormat = new OutputProperties(); in setOutputProperties()739 if (!OutputProperties.isLegalPropertyKey(name)) in setOutputProperty()766 OutputProperties props = m_outputFormat; in getOutputProperty()772 if (!OutputProperties.isLegalPropertyKey(name)) in getOutputProperty()1471 private OutputProperties m_outputFormat;
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(); in getOutputProperty()731 if (!OutputProperties.isLegalPropertyKey(qnameString)) in getOutputProperty()756 OutputProperties props = getOutputFormat(); in getOutputPropertyNoDefault()762 if (!OutputProperties.isLegalPropertyKey(qnameString)) in getOutputPropertyNoDefault()841 (OutputProperties) getStylesheet().getOutputComposed().clone(); in setOutputProperty()844 if (!OutputProperties.isLegalPropertyKey(name)) in setOutputProperty()883 m_outputFormat = new OutputProperties(method); in setOutputProperties()[all …]
49 public class OutputProperties extends ElemTemplateElement class56 public OutputProperties() in OutputProperties() method in OutputProperties66 public OutputProperties(Properties defaults) in OutputProperties() method in OutputProperties81 public OutputProperties(String method) in OutputProperties() method in OutputProperties99 OutputProperties cloned = (OutputProperties) super.clone(); in clone()631 public void copyFrom(OutputProperties opsrc) in copyFrom()
288 m_outputProperties = new OutputProperties(org.apache.xml.serializer.Method.UNKNOWN); in recompose()491 private OutputProperties m_outputProperties;498 void recomposeOutput(OutputProperties oprops) in recomposeOutput()516 public OutputProperties getOutputComposed() in getOutputComposed()
756 public void setOutput(OutputProperties v) in setOutput()776 public OutputProperties getOutput(int i) throws ArrayIndexOutOfBoundsException in getOutput()782 return (OutputProperties) m_output.elementAt(i); in getOutput()
27 import org.apache.xalan.templates.OutputProperties;45 private OutputProperties m_outputProperties;190 m_outputProperties = new OutputProperties(); in startElement()