HomeSort by relevance Sort by last modified time
    Searched full:outputproperties (Results 1 - 13 of 13) sorted by null

  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
SerializerSwitcher.java 33 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);
TransformerIdentityImpl.java 48 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))
    [all...]
TransformerImpl.java 64 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.isLegalPropertyKey(name)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
OutputProperties.java 19 * $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
54 * Creates an empty OutputProperties with no default values.
56 public OutputProperties()
62 * Creates an empty OutputProperties with the specified defaults.
66 public OutputProperties(Properties defaults)
72 * Creates an empty OutputProperties with the defaults specified by
81 public OutputProperties(String method
    [all...]
Stylesheet.java 744 * 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.
    [all...]
StylesheetRoot.java 288 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()
    [all...]
StylesheetComposed.java 32 * <li>Properties that are aggregates, like OutputProperties, will
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorOutputElem.java 27 import org.apache.xalan.templates.OutputProperties;
45 private OutputProperties m_outputProperties;
190 m_outputProperties = new OutputProperties();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-trax.jar 
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
XMLWriter.java 335 outputProperties = new Properties();
508 if (!("yes".equals(outputProperties.getProperty(OMIT_XML_DECLARATION, "no")))) {
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
OutputPropertiesFactory.java 240 * Creates an empty OutputProperties with the property key/value defaults specified by
ToUnknownStream.java 981 * have the OutputProperties class do it.
    [all...]
ToStream.java     [all...]

Completed in 1130 milliseconds