Lines Matching defs:output

51  * serializers (xml, html, text ...) that write output to a stream.
61 /** Stack to keep track of disabling output escaping. */
70 * for a serializer that is in temporary output state and has
71 * no associated encoding. A serializer in final output state
74 * characters in the output encoding.
118 * but this value can be set through the xsl:output
141 /** True if we control the buffer, and we should flush the output on endDocument. */
275 * Get the output stream where the events will be serialized to.
553 * Specifies an output format for this serializer. It the
554 * serializer has already been associated with an output format,
559 * @param format The output format to use
613 * Returns the output format for this serializer.
615 * @return The output format in use
648 * @param writer The output writer stream
661 // characters are written to the output writer.
681 * output with the systems line separator. For example on UNIX this is
697 * Specifies an output stream to which the document should be
701 * The encoding specified in the output properties is used, or
703 * output method.
705 * @param output The output stream
707 public void setOutputStream(OutputStream output)
709 setOutputStreamInternal(output, true);
712 private void setOutputStreamInternal(OutputStream output, boolean setByUser)
714 m_outputStream = output;
720 setWriterInternal(new WriterToUTF8Buffered(output), false);
726 setWriterInternal(new WriterToASCI(output), false);
731 osw = Encodings.getWriter(output, encoding);
750 osw = Encodings.getWriter(output, encoding);
761 Writer osw = new OutputStreamWriter(output);
1021 /* The output encoding is known,
1031 /* The output encoding is not known,
1102 * end-of-line separator should be output rather than a new-line character.
1295 * but now we delay, so that we can merge CDATA sections on output.
1335 * If available, when the disable-output-escaping attribute is used,
1336 * output raw text without escaping.
1548 // but we will output "�"
1684 * written as Numeric Character References (NCR) in XML 1.1 output document.
1845 * being used for output document.
2066 * _attribVector is a "cheap" list for Stream serializer output
2128 // but we will output "�"
3295 * Sets the character encoding coming from the xsl:output encoding stylesheet attribute.
3546 * A private helper method to output the