aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/fo/XMLElement.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-88/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196064 13f79535-47bb-0310-9956-ffa450edef68
* Switched to long licence Jeremias Maerki2003-03-051-9/+53
| | | | | | | Some general checkstyle fixing git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196020 13f79535-47bb-0310-9956-ffa450edef68
* removed old area treeKeiron Liddle2002-06-201-20/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194902 13f79535-47bb-0310-9956-ffa450edef68
* changed the parent to FONodeKeiron Liddle2001-11-091-1/+1
| | | | | | | | | | changed a few more vector and hashtable change master-name to master-reference for page-sequence, single-page-master-reference, repeatable-page-masterreference,conditional-page-master-reference added pdf text element bridge for simple text some other changes that will hopefully make things simpler to handle in the future git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194537 13f79535-47bb-0310-9956-ffa450edef68
* changed the way that elements and properties are handledKeiron Liddle2001-11-061-35/+8
| | | | | | | | | | | the element makers are associated with the element mapping attributes are passed to the element object the object can then use the attributes to make the properties added default value for element handling, makes it easier to ensure all elements of an external xml markup are loaded (eg. svg) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194536 13f79535-47bb-0310-9956-ffa450edef68
* handles foreign namespace elements and unknown elements betterKeiron Liddle2001-09-131-0/+91
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194462 13f79535-47bb-0310-9956-ffa450edef68