See: Description
| Interface | Description |
|---|---|
| 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 | Deprecated
Use the interface in Apache XML Graphics Commons instead.
|
| Class | Description |
|---|---|
| BreakUtil |
A utility class for manipulating break classes (the break-before and break-after properties).
|
| 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.
|
| ColorExt |
Color helper class.
|
| ColorProfileUtil |
Helper methods for handling color profiles.
|
| ColorSpaceCache |
Map with cached ICC based ColorSpace objects.
|
| ColorUtil |
Generic Color helper class.
|
| CommandLineLogger |
This is a commons-logging logger for command line use.
|
| ContentHandlerFactoryRegistry |
This class holds references to various XML handlers used by FOP.
|
| DataURIResolver |
Resolves data URLs (described in RFC 2397) returning its data as a StreamSource.
|
| DataURLUtil |
Utility classes for generating RFC 2397 data URLs.
|
| 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.
|
| LogUtil |
Convenience Logging utility methods used in FOP
|
| QName |
Represents a qualified name of an XML element or an XML attribute.
|
| UnclosableInputStream |
Provides an InputStreamFilter which avoids closing the original stream.
|
| UnitConv |
Utility class for unit conversions.
|
| WriterOutputStream |
An OutputStream wrapper for a Writer.
|
Various utility classes (I/O, codecs, color support, service discovers etc.).
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.