aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/pagination/PageSequenceMaster.java
Commit message (Expand)AuthorAgeFilesLines
* New exception hierarchy rooted in SAXException and throw clauses onFinn Bock2004-10-281-10/+8
* Second phase of performance improvement.Finn Bock2004-10-191-23/+0
* First phase of performance improvement. Added bind() and startOfNode()Finn Bock2004-10-191-9/+42
* PR:Glen Mazza2004-09-261-24/+21
* Removed unneeded import statements. Makes eclipse happy.Finn Bock2004-09-071-1/+0
* 1.) validateChildNode() implemented for fo:table-cell.Glen Mazza2004-09-041-0/+3
* 1. Implemented validateChildNode() for fo:simple-page-master. This may cause...Glen Mazza2004-08-251-6/+1
* 1.) validateChildNode() implemented for fo:multi-properties.Glen Mazza2004-08-211-1/+1
* 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-4/+9
* 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. Child element validity checking added for fo:page-sequence-master.Glen Mazza2004-06-171-2/+31
* Created a validateChildNode() in FONode for better syntax checking in theGlen Mazza2004-06-121-0/+3
* Switched from handleAttrs() to more intuitive processNode() and (for FO names...Glen Mazza2004-05-221-5/+3
* Fixed bug, masterName variable wasn't being set.Glen Mazza2004-03-091-4/+4
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* More String->int conversions, annoyingly incremental but I'm getting there...Glen Mazza2003-12-291-1/+2
* 1. Moved static element and property structures from PropertyList (previously...Glen Mazza2003-12-201-1/+1
* 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/+17
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+200