aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/XMLObj.java
Commit message (Expand)AuthorAgeFilesLines
* Merged from Trunk revisions 706551 to 719661.Jeremias Maerki2008-11-211-0/+1
|\
| * Added support for SVG 1.2 inside fo:instream-foreign-object. The code just us...Jeremias Maerki2008-11-211-0/+1
* | Extracted some often-used XML constants and utility methods into an interface...Jeremias Maerki2008-08-121-6/+6
|/
* Reverted revision 670341 and replaced it with a different solution as discussed:Jeremias Maerki2008-07-281-14/+9
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-14/+14
* Fix XMLObj.addCharacters(): incorrect after r670341Andreas L. Delmelle2008-06-231-1/+1
* Javadoc updates: attempt at improving interactivity and consistencyAndreas L. Delmelle2008-04-261-8/+11
* Removed unnecessary dependency on Batik in the "fo" package.Jeremias Maerki2007-10-041-3/+4
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-5/+5
* Bugzilla 42785: Support alignment-adjust for images (submitted by Max Berger)Andreas L. Delmelle2007-07-081-0/+9
* Code cleanup: Andreas L. Delmelle2007-01-111-1/+1
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Initial support for XMP metadata (PDF 1.4) under fo:declarations. Both xmpmet...Jeremias Maerki2006-02-171-21/+17
* Style fixesJeremias Maerki2006-02-071-2/+2
* Non-SVG XML got loaded into a non-namespace-aware node which caused problems ...Jeremias Maerki2006-02-071-1/+8
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-141-1/+1
* Made the FO tree a little more consistent by renaming getName() to getLocalNa...Jeremias Maerki2005-11-111-19/+4
* Javadocs onlyJeremias Maerki2005-07-181-1/+6
* Switch to .equals() instead of == for String compares of namespaces. Thanks ...Glen Mazza2005-06-261-1/+1
* New exception hierarchy rooted in SAXException and throw clauses onFinn Bock2004-10-281-4/+5
* Second phase of performance improvement. Pass the propertyList intoFinn Bock2004-10-191-2/+2
* PR:Glen Mazza2004-09-051-1/+1
* PR:Glen Mazza2004-08-271-1/+11
* PR:Glen Mazza2004-08-041-13/+0
* 1.) Moved from FOPException to SAXParseException for addProperties()Glen Mazza2004-08-011-5/+6
* 1. validation for fo:basic-link addedGlen Mazza2004-07-311-0/+11
* Removed the FOTreeVisitor interface in favor of a moreGlen Mazza2004-07-271-5/+5
* Renamed FONode.addChild() to somewhat clearer FONode.addChildNode().Glen Mazza2004-07-241-2/+2
* 1. Valid node checking for LayoutMasterSet done.Glen Mazza2004-06-161-0/+1
* Switched from handleAttrs() to more intuitive processNode() and (for FO names...Glen Mazza2004-05-221-11/+5
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* ----------------------------------------------------------------------Glen Mazza2003-12-261-1/+4
* 1. convert fo/FOTreeVisitor to an interfaceWilliam Victor Mote2003-09-161-1/+1
* style/javadoc changes onlyWilliam Victor Mote2003-09-011-0/+6
* 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visit...William Victor Mote2003-08-191-0/+4
* 1. tie Document to fo.FOTreeBuilder and fo.pagination.RootWilliam Victor Mote2003-08-161-1/+1
* style changes onlyWilliam Victor Mote2003-07-141-16/+56
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+195