aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/FObj.java
Commit message (Expand)AuthorAgeFilesLines
...
* 1.) Moved from FOPException to SAXParseException for addProperties()Glen Mazza2004-08-011-3/+4
* 1. validation for fo:basic-link addedGlen Mazza2004-07-311-32/+33
* Removed the FOTreeVisitor interface in favor of a moreGlen Mazza2004-07-271-5/+5
* Redefining "isOutOfLineFODescendant" to include cases where FObj itselfGlen Mazza2004-07-271-5/+6
* Took advantage of the Transformer similarities between FO input andGlen Mazza2004-07-251-1/+1
* Created a "isOutOfLineFODescendant" member variable to FObj, needed forGlen Mazza2004-07-251-6/+34
* Bug fixed in previous renaming.Glen Mazza2004-07-251-1/+1
* moved FO term of a Node's child elements from "Children" to "ChildNodes"Glen Mazza2004-07-241-29/+28
* Renamed FONode.addChild() to somewhat clearer FONode.addChildNode().Glen Mazza2004-07-241-4/+2
* 1.) Moved the Renderer creation further down from AreaTree to RenderPagesMode...Glen Mazza2004-07-071-4/+30
* Removed isMarker() method in favor of getName() (may eventually switch to an ...Glen Mazza2004-07-041-1/+1
* 1. Output constant types (RENDER_PDF, RENDER_PS, etc.) made common betweenGlen Mazza2004-06-261-0/+34
* 1. Valid node checking for LayoutMasterSet done.Glen Mazza2004-06-161-22/+6
* 1.) Check for fo:color-profile made to ensure no child elements during proces...Glen Mazza2004-06-161-1/+1
* 1.) Added restriction to fo:declarations that fo:color-profile is the only XS...Glen Mazza2004-06-151-1/+1
* Standardized error messages, brought fox:bookmarks under parent fo:root.Glen Mazza2004-06-151-4/+2
* Created a validateChildNode() in FONode for better syntax checking in theGlen Mazza2004-06-121-1/+0
* More solid checking to ensure first node encountered is an fo:root FO.Glen Mazza2004-06-121-1/+1
* Reverted part of yesterday's work to make FObj simpler, added more commenting...Glen Mazza2004-05-231-106/+52
* PR:Glen Mazza2004-05-221-2/+43
* Switched from handleAttrs() to more intuitive processNode() and (for FO names...Glen Mazza2004-05-221-21/+36
* For area.Blocks created in BlockLayoutManager.getParentArea(), I set theGlen Mazza2004-04-251-4/+7
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* Use the new property expressions. Clients must use Length when retrievingFinn Bock2004-02-261-0/+49
* Phase 3 (last) of bug 26434.Finn Bock2004-02-021-0/+1
* Phase 1 of 26434.Finn Bock2004-02-021-3/+4
* FOPropertyMapping.java no longer autogenerated, moved from fop.fo.propertiesGlen Mazza2004-01-201-1/+0
* More String->Int conversions (ones I've missed previously.) Appears I've fin...Glen Mazza2004-01-141-3/+2
* Minor patch for fixing NPE error when Locator not available--submitted byGlen Mazza2003-12-281-3/+5
* *Partial* conversion of PropertyList.get(String propName) to new PropertyList...Glen Mazza2003-12-271-3/+4
* ----------------------------------------------------------------------Glen Mazza2003-12-261-0/+15
* Removed the elementStringTable HashMap references (never used; wasGlen Mazza2003-12-241-13/+0
* Initial Check-in of PropertySets.java and .xsl. (Similar to Alt-Design'sGlen Mazza2003-12-221-1/+0
* PR:Glen Mazza2003-12-221-1/+1
* Removal of some of the temporary code elements (FO Element lists still pending.)Glen Mazza2003-12-221-7/+1
* Property Makers now being activated via int constants. (Maker classes themse...Glen Mazza2003-12-201-12/+23
* 1. Moved static element and property structures from PropertyList (previously...Glen Mazza2003-12-201-13/+34
* Consolidated PropertyListBuilder and PropertyList.Glen Mazza2003-12-141-28/+10
* port from maintenance branch the variables that are used to track an object's...William Victor Mote2003-10-071-0/+7
* Organize imports. Joerg Pietschmann2003-09-191-9/+6
* 1. convert fo/FOTreeVisitor to an interfaceWilliam Victor Mote2003-09-161-1/+1
* Remove all storage of fo/FOInputHandler from within the FO Tree itself, in fa...William Victor Mote2003-09-021-19/+0
* move storage of ID references from fo/FOInputHandler to fo/FOTreeControl (imp...William Victor Mote2003-09-011-1/+1
* 1. move fo/flow/InstreamForeignObject.getInlineArea() to layoutmgr/AddLMVisit...William Victor Mote2003-08-241-2/+2
* style/javadoc changes onlyWilliam Victor Mote2003-08-221-0/+6
* move logic for creating bookmarks/outlines in the area tree from extensions/B...William Victor Mote2003-08-201-0/+4
* 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visit...William Victor Mote2003-08-191-9/+4
* rename StructureHandler to FOInputHandler to clarify that its subclasses are ...William Victor Mote2003-07-291-4/+4
* style changes onlyWilliam Victor Mote2003-07-171-5/+20
* style changes onlyWilliam Victor Mote2003-07-131-1/+1