aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/FOTreeBuilder.java
Commit message (Expand)AuthorAgeFilesLines
* changes to support named destinationJay Bryant2007-04-011-4/+5
* Rework of the marker/retrieve-marker implementation to cater for correct eval...Andreas L. Delmelle2006-08-061-24/+51
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Introduced "ignored namespaces" list on FopFactory. Attributes from ignored n...Jeremias Maerki2006-04-281-4/+5
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-271-7/+4
* Initial support for XMP metadata (PDF 1.4) under fo:declarations. Both xmpmet...Jeremias Maerki2006-02-171-83/+162
* Added safe-guard against reuse to avoid problems with the renderers. Jeremias Maerki2006-01-271-9/+9
* New feature: "Intermediate format" (IF). The IF is basically the XML dialect ...Jeremias Maerki2006-01-171-110/+7
* Made the locator variable on FONode protected.Jeremias Maerki2005-12-091-2/+19
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-141-1/+1
* Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) ...Jeremias Maerki2005-11-111-6/+14
* Bugzilla #36871: Jeremias Maerki2005-10-041-2/+8
* Initial work on enhancing the extension facilities to register special extens...Jeremias Maerki2005-09-021-0/+1
* Notify image cache about the expiration of a user agent (i.e. processing run).Jeremias Maerki2005-08-161-13/+16
* Bugzilla #35937: Jeremias Maerki2005-07-301-3/+29
* Made Service a stand-alone class so it can be reused. Jeremias Maerki2005-07-251-92/+3
* Removed comment; relaxed validation done on an fo-by-fo basis.Glen Mazza2005-06-081-2/+0
* 1.) fox:label converted to 1.1 fo:bookmark-title.Glen Mazza2005-01-061-2/+3
* 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