aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/FONode.java
Commit message (Expand)AuthorAgeFilesLines
* 1. Valid node checking for LayoutMasterSet done.Glen Mazza2004-06-161-1/+50
* 1.) Check for fo:color-profile made to ensure no child elements during proces...Glen Mazza2004-06-161-15/+23
* 1.) Added restriction to fo:declarations that fo:color-profile is the only XS...Glen Mazza2004-06-151-5/+6
* Standardized error messages, brought fox:bookmarks under parent fo:root.Glen Mazza2004-06-151-2/+51
* 1.) App now returns an error if no page-sequence declared within fo:root.Glen Mazza2004-06-131-0/+11
* Created a validateChildNode() in FONode for better syntax checking in theGlen Mazza2004-06-121-0/+11
* Switched from handleAttrs() to more intuitive processNode() and (for FO names...Glen Mazza2004-05-221-23/+14
* PR:Glen Mazza2004-04-221-2/+2
* PR:Glen Mazza2004-03-311-3/+2
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* ----------------------------------------------------------------------Glen Mazza2003-12-261-1/+12
* 1. convert fo/FOTreeVisitor to an interfaceWilliam Victor Mote2003-09-161-1/+1
* Remove storage of apps/FOUserAgent from fo/FONode in favor of storing it once...William Victor Mote2003-09-021-13/+2
* Remove all storage of fo/FOInputHandler from within the FO Tree itself, in fa...William Victor Mote2003-09-021-7/+0
* checkstyle/javadoc changes onlyWilliam Victor Mote2003-09-011-2/+4
* move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration informat...William Victor Mote2003-08-221-0/+1
* create fo/FOTreeControl interface, and make control/Document implement it, to...William Victor Mote2003-08-191-3/+3
* 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visit...William Victor Mote2003-08-191-2/+17
* 1. tie Document to fo.FOTreeBuilder and fo.pagination.RootWilliam Victor Mote2003-08-161-0/+6
* rename StructureHandler to FOInputHandler to clarify that its subclasses are ...William Victor Mote2003-07-291-2/+2
* style changes onlyWilliam Victor Mote2003-07-171-0/+6
* style changes onlyWilliam Victor Mote2003-07-141-11/+16
* Bug #20397: Move StructureHandler.java to fo package and LayoutHandler.java ...Glen Mazza2003-06-291-1/+0
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+203