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

/dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/
H A DSerializerSwitcher.java33 import org.apache.xalan.templates.OutputProperties;
77 // have the OutputProperties class do it.
78 OutputProperties htmlOutputProperties = new OutputProperties(Method.HTML);
170 // have the OutputProperties class do it.
171 OutputProperties htmlOutputProperties = new OutputProperties(Method.HTML);
H A DTransformerIdentityImpl.java48 import org.apache.xalan.templates.OutputProperties;
88 m_outputFormat = new OutputProperties(Method.XML);
164 m_outputFormat = new OutputProperties(Method.XML);
169 * on the current OutputProperties.
660 m_outputFormat = new OutputProperties(method);
662 m_outputFormat = new OutputProperties();
739 if (!OutputProperties.isLegalPropertyKey(name))
766 OutputProperties props = m_outputFormat;
772 if (!OutputProperties.isLegalPropertyKey(name))
1471 private OutputProperties m_outputForma
[all...]
H A DTransformerImpl.java64 import org.apache.xalan.templates.OutputProperties;
131 private OutputProperties m_outputFormat;
170 private OutputProperties m_textformat = new OutputProperties(Method.TEXT);
723 OutputProperties props = getOutputFormat();
729 if (!OutputProperties.isLegalPropertyKey(qnameString))
754 OutputProperties props = getOutputFormat();
760 if (!OutputProperties.isLegalPropertyKey(qnameString))
839 (OutputProperties) getStylesheet().getOutputComposed().clone();
842 if (!OutputProperties
[all...]
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
H A DOutputProperties.java19 * $Id: OutputProperties.java 468643 2006-10-28 06:56:03Z minchau $
42 * <p>An OutputProperties list can contain another OutputProperties list as
49 public class OutputProperties extends ElemTemplateElement class in inherits:ElemTemplateElement,Cloneable
54 * Creates an empty OutputProperties with no default values.
56 public OutputProperties() method in class:OutputProperties
62 * Creates an empty OutputProperties with the specified defaults.
66 public OutputProperties(Properties defaults) method in class:OutputProperties
72 * Creates an empty OutputProperties with the defaults specified by
81 public OutputProperties(Strin method in class:OutputProperties
[all...]
H A DStylesheet.java744 * The "xsl:output" properties. This is a vector of OutputProperties objects.
753 * @param v non-null reference to the OutputProperties object to be
756 public void setOutput(OutputProperties v)
772 * @return non-null reference to an OutputProperties object.
776 public OutputProperties getOutput(int i) throws ArrayIndexOutOfBoundsException
782 return (OutputProperties) m_output.elementAt(i);
789 * @return The number of OutputProperties objects contained in this stylesheet.
H A DStylesheetRoot.java288 m_outputProperties = new OutputProperties(org.apache.xml.serializer.Method.UNKNOWN);
289 // m_outputProperties = new OutputProperties(Method.XML);
491 private OutputProperties m_outputProperties;
498 void recomposeOutput(OutputProperties oprops)
510 * Please note that this returns a reference to the OutputProperties
516 public OutputProperties getOutputComposed()
/dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/
H A DProcessorOutputElem.java27 import org.apache.xalan.templates.OutputProperties;
45 private OutputProperties m_outputProperties;
190 m_outputProperties = new OutputProperties();

Completed in 2237 milliseconds