Home
last modified time | relevance | path

Searched refs:OutputProperties (Results 1 – 7 of 7) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DSerializerSwitcher.java33 import org.apache.xalan.templates.OutputProperties;
78 OutputProperties htmlOutputProperties = new OutputProperties(Method.HTML); in switchSerializerIfHTML()
171 OutputProperties htmlOutputProperties = new OutputProperties(Method.HTML); in switchSerializerIfHTML()
DTransformerIdentityImpl.java48 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;
DTransformerImpl.java64 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 …]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DOutputProperties.java49 public class OutputProperties extends ElemTemplateElement class
56 public OutputProperties() in OutputProperties() method in OutputProperties
66 public OutputProperties(Properties defaults) in OutputProperties() method in OutputProperties
81 public OutputProperties(String method) in OutputProperties() method in OutputProperties
99 OutputProperties cloned = (OutputProperties) super.clone(); in clone()
631 public void copyFrom(OutputProperties opsrc) in copyFrom()
DStylesheetRoot.java288 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()
DStylesheet.java756 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()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorOutputElem.java27 import org.apache.xalan.templates.OutputProperties;
45 private OutputProperties m_outputProperties;
190 m_outputProperties = new OutputProperties(); in startElement()