fop 0.90alpha1

Package org.apache.fop.fo

Classes, constants and basic infrastructure for the FO tree.

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  
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.
PropertySets  
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 explit 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.
 

Exception Summary
ValidationException Exception thrown during FO tree validation.
 

Package org.apache.fop.fo Description

Classes, constants and basic infrastructure for the FO tree.


fop 0.90alpha1

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