fop 0.92beta

Package org.apache.fop.util

Various utility classes (I/O, codecs, color support, service discovers etc.).

See:
          Description

Interface Summary
ContentHandlerFactory Factory interface implemented by classes that can instantiate ContentHandler subclasses which parse a SAX stream into Java objects.
ContentHandlerFactory.ObjectBuiltListener EventListener interface for objects which want to get notified when ContentHandler implementing the ObjectSource interface has finished parsing.
ContentHandlerFactory.ObjectSource Interface that ContentHandler implementations that parse Java objects from XML can implement to return these objects.
XMLizable This interface can be implemented by classes willing to provide an XML representation of their current state as SAX events.
 

Class Summary
CharUtilities This class provides utilities to distinguish various kinds of Unicode whitespace and to get character widths in a given FontState.
CloseBlockerOutputStream This is a decorator to block calls to close() to the underlying stream.
CMYKColorSpace This class represents an uncalibrated CMYK color space.
CommandLineLogger This is a commons-logging logger for command line use.
ContentHandlerFactoryRegistry This class holds references to various XML handlers used by FOP.
DefaultErrorListener Standard ErrorListener implementation for in-FOP use.
DelegatingContentHandler SAX 2 Event Handler which simply delegates all calls to another ContentHandler.
DOM2SAX Helper class that produces a SAX stream from a DOM Document.
DOMBuilderContentHandlerFactory ContentHandlerFactory which constructs ContentHandlers that build DOM Documents.
 

Package org.apache.fop.util Description

Various utility classes (I/O, codecs, color support, service discovers etc.).


fop 0.92beta

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