fop 1.0

Uses of Interface
org.apache.fop.util.XMLConstants

Packages that use XMLConstants
org.apache.fop.render.intermediate   
org.apache.fop.render.svg SVG (Structured Vector Graphics) Renderer 
org.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
 interface IFConstants
          Constants for the intermediate format.
 

Classes in org.apache.fop.render.intermediate that implement XMLConstants
 class IFParser
          This is a parser for the intermediate format XML which converts the intermediate file into IFPainter events.
 class IFSerializer
          IFPainter 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
 interface SVGConstants
          Constants for the intermediate format.
 

Classes in org.apache.fop.render.svg that implement XMLConstants
 class AbstractSVGDocumentHandler
          Abstract base class for SVG Painter implementations.
 class EmbeddedSVGImageHandler
          Image handler implementation that embeds SVG images in the target SVG file.
 class SVGDataUrlImageHandler
          Image handler implementation that embeds JPEG bitmaps as RFC 2397 data URLs in the target SVG file.
 class SVGDocumentHandler
          IFDocumentHandler implementation that writes SVG 1.1.
 class SVGPainter
          IFPainter implementation that writes SVG.
 class SVGPrintDocumentHandler
          IFDocumentHandler implementation that writes SVG Print.
 

Uses of XMLConstants in org.apache.fop.util
 

Classes in org.apache.fop.util that implement XMLConstants
 class XMLUtil
          A collection of utility method for XML handling.
 


fop 1.0

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.