Package org.apache.fop.fo


package org.apache.fop.fo

Classes, constants and basic infrastructure for the FO tree.

  • Class
    Description
    Abstract base class for iterators that should iterate through a series of characters.
    Definition of constants used throughout FOP.
    This class delegates all FO events to another FOEventHandler instance.
    Abstract base class for Element Mappings (including FO Element Mappings) which provide the framework of valid elements and attributes for a given namespace.
    Base class for all Makers.
    This class keeps track of all configured ElementMapping implementations which are responsible for properly handling all kinds of different XML namespaces.
    Base class for representation of formatting objects and their processing.
    Basic FONode.FONodeIterator implementation
    Abstract base class for representation of mixed content formatting objects (= those that can contain both child FONodes and #PCDATA).
    Element mapping class for all XSL-FO elements.
    Abstract class defining what should be done with SAX events that map to XSL-FO input.
    Base class for nodes in the XML tree
    Base iterator interface over a FO's children, offering three methods on top of the base interface methods.
    Function for AdvancedMessageFormat to retrieve context info from an FONode.
    This class creates and returns an array of Property.Maker instances indexed by the PR_* propId from Constants.java.
    A text node (PCDATA) in the formatting object tree.
    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.
    Context class providing information needed while building the FO tree.
    Event producer interface for XSL-FO validation messages.
    Provider class for the event producer.
    This interface provides access to properties necessary to calculate the size and positioning of images and graphics inside a viewport.
    Class providing an iterator for zero characters.
    Class providing an iterator for one character.
    Class containing the collection of properties for a given FObj.
    A PropertyListMaker is a factory that creates PropertyLists.
    Kind of a super-iterator that iterates through child nodes of an FONode, in turn managing character iterators for each of them.
    A very fast implementation of PropertyList that uses arrays to store the explicit set properties and another array to store cached values.
    Class providing an (FO flavored) char iterator for a string.
    Class for handling generic XML from a namespace not recognized by FOP
    Inner class for an UnknownXMLObj Maker
    Exception thrown during FO tree validation.
    Abstract class modelling generic, non-XSL-FO XML objects.
    Class encapsulating the functionality for white-space-handling during refinement stage.