aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/pagination/LayoutMasterSet.java
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 651853,651855-651856,651866-651867,651880,651898 via svnmerg...Adrian Cumiskey2008-04-301-6/+12
* Merged revisions 647692,647742,647745 via svnmerge from Adrian Cumiskey2008-04-141-40/+23
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-6/+6
* Bugzilla 41656:Andreas L. Delmelle2007-07-071-1/+1
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Made the locator variable on FONode protected.Jeremias Maerki2005-12-091-2/+2
* Made the FO tree a little more consistent by renaming getName() to getLocalNa...Jeremias Maerki2005-11-111-5/+3
* Switch to .equals() instead of == for String compares of namespaces. Thanks ...Glen Mazza2005-06-261-1/+1
* Minor code nitpick.Glen Mazza2005-03-101-5/+1
* Validation added for master-name and master-reference properties.Glen Mazza2005-03-101-4/+2
* New exception hierarchy rooted in SAXException and throw clauses onFinn Bock2004-10-281-17/+16
* Fourth phase of performance improvement.Finn Bock2004-10-201-1/+1
* Second phase of performance improvement.Finn Bock2004-10-191-19/+2
* First phase of performance improvement. Added bind() and startOfNode()Finn Bock2004-10-191-10/+31
* Fix javadoc warnings.Finn Bock2004-10-071-1/+1
* PR:Glen Mazza2004-09-051-35/+36
* 1. Implemented validateChildNode() for fo:simple-page-master. This may cause...Glen Mazza2004-08-251-46/+50
* Implemented getNameId() which returns the Constants enumeration IDGlen Mazza2004-08-081-0/+7
* 1. new FONode.invalidChildError method added that will takes a "ruleViolated...Glen Mazza2004-08-071-2/+1
* More detaching from AddLMVisitor those FO's which don't/don't currentlyGlen Mazza2004-08-041-5/+0
* 1.) Moved from FOPException to SAXParseException for addProperties()Glen Mazza2004-08-011-7/+7
* Removed the FOTreeVisitor interface in favor of a moreGlen Mazza2004-07-271-3/+3
* Switch from IllegalArgumentException to SAXParseException for errors found in...Glen Mazza2004-07-271-2/+4
* Renamed end() method to somewhat clearer endOfNode().Glen Mazza2004-07-271-1/+1
* moved FO term of a Node's child elements from "Children" to "ChildNodes"Glen Mazza2004-07-241-1/+1
* 1. Output constant types (RENDER_PDF, RENDER_PS, etc.) made common betweenGlen Mazza2004-06-261-1/+1
* 1. Created own logger for AbstractRenderer, removed logger setter from Render...Glen Mazza2004-06-201-0/+3
* 1. Child element validity checking added for fo:page-sequence-master.Glen Mazza2004-06-171-1/+1
* 1. Valid node checking for LayoutMasterSet done.Glen Mazza2004-06-161-0/+23
* Created a validateChildNode() in FONode for better syntax checking in theGlen Mazza2004-06-121-4/+3
* Better error-handling messages added for incorrect LayoutMasterSets.Glen Mazza2004-06-081-0/+4
* Switched from handleAttrs() to more intuitive processNode() and (for FO names...Glen Mazza2004-05-221-3/+3
* String->int conversion and a few other simplifications to fo.Region* classes.Glen Mazza2004-05-091-12/+13
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* open up access in misc places by either adding accessor methods or by looseni...William Victor Mote2003-10-101-2/+2
* 1. convert fo/FOTreeVisitor to an interfaceWilliam Victor Mote2003-09-161-1/+1
* 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visit...William Victor Mote2003-08-191-12/+18
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+222