Uses of Interface
org.apache.fop.util.XMLConstants
-
Packages that use XMLConstants Package Description org.apache.fop.render.intermediate org.apache.fop.render.svg SVG (Structured Vector Graphics) Rendererorg.apache.fop.util Various utility classes (I/O, codecs, color support, service discovers etc.). -
-
Uses of XMLConstants in org.apache.fop.render.intermediate
Subinterfaces of XMLConstants in org.apache.fop.render.intermediate Modifier and Type Interface Description interfaceIFConstantsConstants for the intermediate format.Classes in org.apache.fop.render.intermediate that implement XMLConstants Modifier and Type Class Description classIFParserThis is a parser for the intermediate format XML which converts the intermediate file intoIFPainterevents.classIFSerializerIFPainter implementation that serializes the intermediate format to XML. -
Uses of XMLConstants in org.apache.fop.render.svg
Subinterfaces of XMLConstants in org.apache.fop.render.svg Modifier and Type Interface Description interfaceSVGConstantsConstants for the intermediate format.Classes in org.apache.fop.render.svg that implement XMLConstants Modifier and Type Class Description classAbstractSVGDocumentHandlerAbstract base class for SVG Painter implementations.classEmbeddedSVGImageHandlerImage handler implementation that embeds SVG images in the target SVG file.classSVGDataUrlImageHandlerImage handler implementation that embeds JPEG bitmaps as RFC 2397 data URLs in the target SVG file.classSVGDocumentHandlerIFDocumentHandlerimplementation that writes SVG 1.1.classSVGPainterIFPainter implementation that writes SVG.classSVGPrintDocumentHandlerIFDocumentHandlerimplementation that writes SVG Print. -
Uses of XMLConstants in org.apache.fop.util
Classes in org.apache.fop.util that implement XMLConstants Modifier and Type Class Description classXMLUtilA collection of utility method for XML handling.
-