aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/FONode.java
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration informat...William Victor Mote2003-08-221-0/+1
* create fo/FOTreeControl interface, and make control/Document implement it, to...William Victor Mote2003-08-191-3/+3
* 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visit...William Victor Mote2003-08-191-2/+17
* 1. tie Document to fo.FOTreeBuilder and fo.pagination.RootWilliam Victor Mote2003-08-161-0/+6
* rename StructureHandler to FOInputHandler to clarify that its subclasses are ...William Victor Mote2003-07-291-2/+2
* style changes onlyWilliam Victor Mote2003-07-171-0/+6
* style changes onlyWilliam Victor Mote2003-07-141-11/+16
* Bug #20397: Move StructureHandler.java to fo package and LayoutHandler.java ...Glen Mazza2003-06-291-1/+0
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+203