|
fop 0.93 | ||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
Constants | Definition of constants used throughout FOP. |
PropertyListMaker | A PropertyListMaker is a factory that creates PropertyLists. |
Class Summary | |
CharIterator | Abstract base class for iterators that should iterate through a series of characters. |
ElementMapping | Abstract base class for Element Mappings (including FO Element Mappings) which provide the framework of valid elements and attibutes for a given namespace. |
ElementMapping.Maker | Base class for all Makers. |
ElementMappingRegistry | This class keeps track of all configured ElementMapping implementations which are responsible for properly handling all kinds of different XML namespaces. |
FObj | Base class for representation of formatting objects and their processing. |
FObjMixed | Base class for representation of mixed content formatting objects (i.e., those that can contain both child FO's and text nodes/PCDATA). |
FOElementMapping | Element mapping class for all XSL-FO elements. |
FOEventHandler | Abstract class defining what should be done with SAX events that map to XSL-FO input. |
FONode | Base class for nodes in the XML tree |
FOPropertyMapping | This class creates and returns an array of Property.Maker instances indexed by the PR_* propId from Constants.java. |
FOText | A text node (PCDATA) in the formatting object tree. |
FOTreeBuilder | SAX Handler that passes parsed data to the various FO objects, where they can be used either to build an FO Tree, or used by Structure Renderers to build other data structures. |
InlineCharIterator | A recursive char iterator that indicates boundaries by returning an EOT char. |
NullCharIterator | Class providing an iterator for zero characters. |
OneCharIterator | Class providing an iterator for one character. |
PropertyList | Class containing the collection of properties for a given FObj. |
RecursiveCharIterator | Kind of a super-iterator that iterates through child nodes of an FONode, in turn managing character iterators for each of them. |
StaticPropertyList | A very fast implementation of PropertyList that uses arrays to store the explicit set properties and another array to store cached values. |
UnknownXMLObj | Class for handling generic XML from a namespace not recognized by FOP |
UnknownXMLObj.Maker | Inner class for an UnknownXMLObj Maker |
XMLObj | Abstract class modelling generic, non-XSL-FO XML objects. |
XMLWhiteSpaceHandler | Class encapsulating the functionality for white-space-handling during refinement stage. |
Exception Summary | |
ValidationException | Exception thrown during FO tree validation. |
Classes, constants and basic infrastructure for the FO tree.
|
fop 0.93 | ||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |