Class SVGTranscoder

  • All Implemented Interfaces:
    Transcoder

    public class SVGTranscoder
    extends AbstractTranscoder
    This class is a trancoder from SVG to SVG.
    Version:
    $Id: SVGTranscoder.java 1808888 2017-09-19 14:22:11Z ssteiner $
    • Field Detail

      • DEFAULT_ERROR_HANDLER

        public static final ErrorHandler DEFAULT_ERROR_HANDLER
        The default error handler.
      • KEY_NEWLINE

        public static final TranscodingHints.Key KEY_NEWLINE
        The key to specify the newline character sequence.
      • KEY_FORMAT

        public static final TranscodingHints.Key KEY_FORMAT
        The key to specify whether to format the input.
      • VALUE_FORMAT_ON

        public static final java.lang.Boolean VALUE_FORMAT_ON
        The value to turn on formatting.
      • VALUE_FORMAT_OFF

        public static final java.lang.Boolean VALUE_FORMAT_OFF
        The value to turn off formatting.
      • KEY_TABULATION_WIDTH

        public static final TranscodingHints.Key KEY_TABULATION_WIDTH
        The key to specify the tabulation width.
      • KEY_DOCUMENT_WIDTH

        public static final TranscodingHints.Key KEY_DOCUMENT_WIDTH
        The key to specify the document width.
      • KEY_DOCTYPE

        public static final TranscodingHints.Key KEY_DOCTYPE
        The key to specify the doctype option.
      • VALUE_DOCTYPE_CHANGE

        public static final SVGTranscoder.DoctypeValue VALUE_DOCTYPE_CHANGE
        The doctype value to change the declaration.
      • VALUE_DOCTYPE_REMOVE

        public static final SVGTranscoder.DoctypeValue VALUE_DOCTYPE_REMOVE
        The doctype value to remove the declaration.
      • VALUE_DOCTYPE_KEEP_UNCHANGED

        public static final SVGTranscoder.DoctypeValue VALUE_DOCTYPE_KEEP_UNCHANGED
        The doctype value to keep unchanged the declaration.
      • KEY_PUBLIC_ID

        public static final TranscodingHints.Key KEY_PUBLIC_ID
        The key to specify the public id.
      • KEY_SYSTEM_ID

        public static final TranscodingHints.Key KEY_SYSTEM_ID
        The key to specify the system id.
      • KEY_XML_DECLARATION

        public static final TranscodingHints.Key KEY_XML_DECLARATION
        The key to specify the XML declaration option.
    • Constructor Detail

      • SVGTranscoder

        public SVGTranscoder()
        Creates a new SVGTranscoder.