aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/FOTreeBuilder.java
Commit message (Expand)AuthorAgeFilesLines
* New exception hierarchy rooted in SAXException and throw clauses onFinn Bock2004-10-281-11/+8
* Fourth phase of performance improvement.Finn Bock2004-10-201-1/+6
* Second phase of performance improvement. Pass the propertyList intoFinn Bock2004-10-191-3/+16
* Centralized Renderer and FOEventHandler creation in the RenderFactory class.Jeremias Maerki2004-10-101-25/+5
* Moved from element mapping class names to element mapping objects.Finn Bock2004-09-241-1/+1
* Removed Unknown.java; for mappings in which it is desired to process invalid ...Glen Mazza2004-09-171-7/+7
* 1.) Returned to recursion for FOEventHandler.Glen Mazza2004-09-131-1/+1
* Also validate extension elements from the fox: namespace.Finn Bock2004-09-091-1/+3
* Disable the validation for extension elements. This is a temporary fixFinn Bock2004-09-081-4/+6
* Renamed FOInputHandler to somewhat more intuitive FOEventHandler.Glen Mazza2004-09-061-8/+8
* PR:Glen Mazza2004-09-061-1/+1
* PR:Glen Mazza2004-09-051-4/+5
* 1.) Moved from FOPException to SAXParseException for addProperties()Glen Mazza2004-08-011-2/+0
* Switch from IllegalArgumentException to SAXParseException for errors found in...Glen Mazza2004-07-271-5/+5
* Renamed end() method to somewhat clearer endOfNode().Glen Mazza2004-07-271-1/+1
* Renamed FONode.addChild() to somewhat clearer FONode.addChildNode().Glen Mazza2004-07-241-1/+1
* Removed redundant check for invalid render type.Glen Mazza2004-07-201-5/+0
* 1.) Driver constructor modified to require RenderType, and setter functionsGlen Mazza2004-07-191-2/+8
* Implemented the ErrorHandler interface in FOTreeBuilder.Simon Pepping2004-07-181-0/+23
* 1. New constructor for Driver created, takes FOUserAgent constructor.Glen Mazza2004-07-181-0/+9
* Moved user-defined ElementMapping initialization from Driver to FOUserAgent.Glen Mazza2004-07-161-21/+24
* PR:Glen Mazza2004-07-131-4/+22
* 1. Output constant types (RENDER_PDF, RENDER_PS, etc.) made common betweenGlen Mazza2004-06-261-8/+0
* Unused apps.Document object removed from FOTreeBuilder.Glen Mazza2004-06-181-13/+1
* 1. Valid node checking for LayoutMasterSet done.Glen Mazza2004-06-161-1/+6
* 1.) Check for fo:color-profile made to ensure no child elements during proces...Glen Mazza2004-06-161-2/+2
* 1.) Added restriction to fo:declarations that fo:color-profile is the only XS...Glen Mazza2004-06-151-7/+8
* Standardized error messages, brought fox:bookmarks under parent fo:root.Glen Mazza2004-06-151-1/+2
* Created a validateChildNode() in FONode for better syntax checking in theGlen Mazza2004-06-121-4/+11
* More solid checking to ensure first node encountered is an fo:root FO.Glen Mazza2004-06-121-6/+8
* Switched from handleAttrs() to more intuitive processNode() and (for FO names...Glen Mazza2004-05-221-55/+35
* Spelled out FO element maker classes in order to make its toString()Glen Mazza2004-05-191-0/+2
* Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commo...Glen Mazza2004-05-121-1/+7
* PR:Glen Mazza2004-03-311-2/+2
* 1.) Modified TextLayoutManager to take an additional lengthGlen Mazza2004-03-011-1/+9
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* Style fixes only.Jeremias Maerki2004-02-031-1/+1
* ----------------------------------------------------------------------Glen Mazza2003-12-261-1/+14
* Organize imports. Joerg Pietschmann2003-09-191-25/+10
* New element mapping created to handle Batik extension elements.Glen Mazza2003-09-131-0/+1
* Remove storage of apps/FOUserAgent from fo/FONode in favor of storing it once...William Victor Mote2003-09-021-5/+0
* Remove all storage of fo/FOInputHandler from within the FO Tree itself, in fa...William Victor Mote2003-09-021-1/+0
* checkstyle/javadoc changes onlyWilliam Victor Mote2003-09-011-2/+2
* move svg classes related to the FO Tree building from svg to fo/extensions/svgWilliam Victor Mote2003-08-281-1/+1
* move extensions package to fo.extensions (primarily to show that these classe...William Victor Mote2003-08-261-1/+1
* 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. tie Document to fo.FOTreeBuilder and fo.pagination.RootWilliam Victor Mote2003-08-161-2/+7
* beef up the javadoc comments explaining what these classes doWilliam Victor Mote2003-07-291-3/+8
* rename StructureHandler to FOInputHandler to clarify that its subclasses are ...William Victor Mote2003-07-291-8/+8