An {@link FoTree} is created for each document that is processed.Its purpose is to provide client applications with a means to set the various system components that should be used during FO tree parsing or building, and then to return the high-level parsed objects back to the client application.
To obtain an {@link FoTree} instance, first get an instance of{@link FoTreeFactory}, and then use its {@link FoTreeFactory#makeFoTree()}method.
|
|