aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/FONode.java
Commit message (Expand)AuthorAgeFilesLines
* Initial work on enhancing the extension facilities to register special extens...Jeremias Maerki2005-09-021-49/+101
* Squashed some JavaDoc warnings.Joerg Pietschmann2005-08-141-8/+5
* Validation added for master-name and master-reference properties.Glen Mazza2005-03-101-0/+9
* Validation added for five more FO's.Glen Mazza2005-03-051-1/+3
* Validation for fo:table and fo:table-header added, some minor simplifications...Glen Mazza2005-03-051-4/+5
* An empty table-body is illegal but we'll allow it to make things easier for s...Jeremias Maerki2005-02-231-0/+10
* Name of parameter was wrong.Jeremias Maerki2005-02-011-8/+9
* PR:Glen Mazza2005-01-091-4/+27
* This patch implements a pluggable LayoutManagers system, accordingSimon Pepping2004-12-241-8/+0
* Implemented cloning and reparenting of the subtree under a marker toSimon Pepping2004-12-211-1/+29
* New exception hierarchy rooted in SAXException and throw clauses onFinn Bock2004-10-281-30/+29
* Second phase of performance improvement. Pass the propertyList intoFinn Bock2004-10-191-1/+3
* First phase of performance improvement.Finn Bock2004-10-181-0/+19
* PR:Glen Mazza2004-10-121-7/+9
* 1.) Returned to recursion for FOEventHandler.Glen Mazza2004-09-131-15/+1
* Renamed FOInputHandler to somewhat more intuitive FOEventHandler.Glen Mazza2004-09-061-11/+11
* PR:Glen Mazza2004-09-061-1/+15
* PR:Glen Mazza2004-09-051-3/+3
* 1.) Validation for fo:multi-toggle added.Glen Mazza2004-09-041-17/+17
* 1. Implemented validateChildNode() for fo:simple-page-master. This may cause...Glen Mazza2004-08-251-1/+12
* 1. Moved getNameId() from FObj to FONode.Glen Mazza2004-08-181-2/+11
* 1. new FONode.invalidChildError method added that will takes a "ruleViolated...Glen Mazza2004-08-071-2/+19
* PR:Glen Mazza2004-08-061-12/+0
* PR:Glen Mazza2004-08-011-0/+14
* 1.) Moved from FOPException to SAXParseException for addProperties()Glen Mazza2004-08-011-27/+23
* 1. validation for fo:basic-link addedGlen Mazza2004-07-311-5/+1
* Removed the FOTreeVisitor interface in favor of a moreGlen Mazza2004-07-271-5/+5
* Switch from IllegalArgumentException to SAXParseException for errors found in...Glen Mazza2004-07-271-19/+21
* 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-6/+6
* Renamed FONode.addChild() to somewhat clearer FONode.addChildNode().Glen Mazza2004-07-241-1/+1
* Allow a null locator in errorTextSimon Pepping2004-07-231-1/+5
* validateChildNode() activated for fo:flow.Glen Mazza2004-07-041-1/+1
* Removed isMarker() method in favor of getName() (may eventually switch to an ...Glen Mazza2004-07-041-11/+0
* 1.) FOInputHandler constructors switched from Document to FOUserAgent, Render...Glen Mazza2004-06-191-13/+18
* 1. Valid node checking for LayoutMasterSet done.Glen Mazza2004-06-161-1/+50
* 1.) Check for fo:color-profile made to ensure no child elements during proces...Glen Mazza2004-06-161-15/+23
* 1.) Added restriction to fo:declarations that fo:color-profile is the only XS...Glen Mazza2004-06-151-5/+6
* Standardized error messages, brought fox:bookmarks under parent fo:root.Glen Mazza2004-06-151-2/+51
* 1.) App now returns an error if no page-sequence declared within fo:root.Glen Mazza2004-06-131-0/+11
* Created a validateChildNode() in FONode for better syntax checking in theGlen Mazza2004-06-121-0/+11
* Switched from handleAttrs() to more intuitive processNode() and (for FO names...Glen Mazza2004-05-221-23/+14
* PR:Glen Mazza2004-04-221-2/+2
* PR:Glen Mazza2004-03-311-3/+2
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* ----------------------------------------------------------------------Glen Mazza2003-12-261-1/+12
* 1. convert fo/FOTreeVisitor to an interfaceWilliam Victor Mote2003-09-161-1/+1
* Remove storage of apps/FOUserAgent from fo/FONode in favor of storing it once...William Victor Mote2003-09-021-13/+2
* Remove all storage of fo/FOInputHandler from within the FO Tree itself, in fa...William Victor Mote2003-09-021-7/+0
* checkstyle/javadoc changes onlyWilliam Victor Mote2003-09-011-2/+4