aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
* 1.) Moved from FOPException to SAXParseException for addProperties()Glen Mazza2004-08-0138-305/+185
* 1. validation for fo:basic-link addedGlen Mazza2004-07-3121-147/+157
* Removed the FOTreeVisitor interface in favor of a moreGlen Mazza2004-07-2778-836/+316
* Provided validateChildFO() methods for the "easy" FO's--i.e., thoseGlen Mazza2004-07-279-5/+106
* Switch from IllegalArgumentException to SAXParseException for errors found in...Glen Mazza2004-07-2733-66/+119
* Renamed end() method to somewhat clearer endOfNode().Glen Mazza2004-07-2727-37/+37
* Redefining "isOutOfLineFODescendant" to include cases where FObj itselfGlen Mazza2004-07-271-5/+6
* Took advantage of the Transformer similarities between FO input andGlen Mazza2004-07-257-200/+92
* Created a "isOutOfLineFODescendant" member variable to FObj, needed forGlen Mazza2004-07-251-6/+34
* Removed the non-File constructors from the InputHandler subclasses in favorGlen Mazza2004-07-254-120/+13
* Bug fixed in previous renaming.Glen Mazza2004-07-251-1/+1
* reverted change in PropertySets; unnecessary.Glen Mazza2004-07-251-10/+10
* moved FO term of a Node's child elements from "Children" to "ChildNodes"Glen Mazza2004-07-2417-78/+77
* Combined the apps.Driver class into apps.Fop. (195 LOC total.) PrimaryGlen Mazza2004-07-2412-210/+165
* Renamed FONode.addChild() to somewhat clearer FONode.addChildNode().Glen Mazza2004-07-2414-44/+30
* Allow a null locator in errorTextSimon Pepping2004-07-231-1/+5
* Removed redundant check for invalid render type.Glen Mazza2004-07-202-10/+0
* 1.) Moved the SAXParser-creating method from FOFileHandler to CommandLineOpti...Glen Mazza2004-07-206-50/+67
* 1.) render() methods moved from Driver to XSLTInputHandler and FOFileHandler.Glen Mazza2004-07-208-156/+75
* 1.) Moved exclusively to Simon's DefaultHandler object for both TransformerGlen Mazza2004-07-193-14/+11
* 1.) Driver constructor modified to require RenderType, and setter functionsGlen Mazza2004-07-198-86/+63
* Implemented the ErrorHandler interface in FOTreeBuilder.Simon Pepping2004-07-182-3/+31
* Removed the Driver(OutputStream) convenience constructor as not particularlyGlen Mazza2004-07-181-9/+0
* 1. New constructor for Driver created, takes FOUserAgent constructor.Glen Mazza2004-07-186-51/+32
* set bullet list as default list stylePeter Herweg2004-07-171-0/+2
* Null pointer check added to code, to stop NPE error (unsure if other problemsGlen Mazza2004-07-161-1/+3
* Moved user-defined ElementMapping initialization from Driver to FOUserAgent.Glen Mazza2004-07-163-82/+50
* Minor edit, fixed commenting.Glen Mazza2004-07-141-2/+1
* Removed the Driver.run() method in favor of JAXP.Glen Mazza2004-07-142-64/+21
* bug fixed, which caused runtime-exception on leading whitespacesPeter Herweg2004-07-131-1/+1
* missing call of endFlow added, so RTF module doesn't shift fo:flow's content ...Peter Herweg2004-07-131-0/+1
* PR:Glen Mazza2004-07-132-70/+39
* 1.) Combined the AreaTree and FOTreeHandler into a new AreaTreeHandlerGlen Mazza2004-07-1310-706/+357
* Moved FOPPrintServlet from using XSLTInputHandler to JAXP.Glen Mazza2004-07-111-10/+31
* Correction to the javadocSimon Pepping2004-07-091-1/+1
* Adding reporting of mime type to renderers.Simon Pepping2004-07-095-0/+36
* Implementing user configuration file.Simon Pepping2004-07-098-9/+183
* Made Driver.initialize() private, more in line with 0.20.5, which doesn'tGlen Mazza2004-07-092-2/+1
* PR:Glen Mazza2004-07-073-613/+8
* 1.) Moved the Renderer creation further down from AreaTree to RenderPagesMode...Glen Mazza2004-07-078-904/+156
* This change abstracts the Renderer away from FOTreeHandler as follows:Glen Mazza2004-07-064-111/+139
* 1.) Moved DocumentInputSource & DocumentReader to apps package, made privateGlen Mazza2004-07-055-8/+35
* validateChildNode() activated for fo:flow.Glen Mazza2004-07-042-7/+17
* Removed isMarker() method in favor of getName() (may eventually switch to an ...Glen Mazza2004-07-043-19/+1
* 1.) Moved Renderer instantiation from Driver to FOTreeHandler, as it is the ...Glen Mazza2004-06-277-106/+127
* 1. Output constant types (RENDER_PDF, RENDER_PS, etc.) made common betweenGlen Mazza2004-06-2610-189/+155
* 1.) Moved the CommandLineOptions' InputHandler object into FOUserAgent, allowingGlen Mazza2004-06-259-77/+76
* 1.) Moving renderer-specific customization variables (producer, creator, crea...Glen Mazza2004-06-2316-118/+104
* Disable check for maximum line length because of a problem reported in FOP 0....Jeremias Maerki2004-06-221-1/+9
* 1. Moved renderer options to within FOUserAgentGlen Mazza2004-06-228-33/+34