Package io.sf.carte.echosvg.transcoder
package io.sf.carte.echosvg.transcoder
Contains all of the interfaces for transcoding an input stream or
a document to a particular ouput format.
-
ClassDescriptionThis class can be the base class of a transcoder which may support transcoding hints and/or error handler.A default
ErrorHandler
that throws aTranscoderException
when a fatal error occured and display a message when a warning or an error occured.This interface provides a way to catch errors and warnings from a Transcoder.This class may be the base class of all transcoders which take an SVG document as input and which need to build a DOM tree.This class defines an API for transcoding.Thrown when a transcoder is not able to transcode its input.This class represents a generic input of aTranscoder
.This class represents a single output for aTranscoder
.This is a utility class that can be used by transcoders that support transcoding hints and/or error handler.TheTranscodingHints
class defines a way to pass transcoding parameters or options to any transcoders.Defines the base type of all keys used to control various aspects of the transcoding operations.This class may be the base class of all transcoders which take an XML document as input and which need to build a DOM tree.