gmazza 2004/08/21 18:56:33
Modified: src/java/org/apache/fop/apps CommandLineOptions.java
src/java/org/apache/fop/fo FObjMixed.java
Log:
Minor edits.
Revision Changes Path
1.28 +3 -11 xml-fop/src/java/org/apache/fop/apps/CommandLineOptions.java
Index: CommandLineOptions.java
===================================================================
RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/apps/CommandLineOptions.java,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- CommandLineOptions.java 25 Jul 2004 17:04:44 -0000 1.27
+++ CommandLineOptions.java 22 Aug 2004 01:56:33 -0000 1.28
@@ -500,14 +500,6 @@
}
/**
- * Returns the input mode (type of input data, ex. NOT_SET or FO_INPUT)
- * @return the input mode
- */
- public int getInputMode() {
- return inputmode;
- }
-
- /**
* Returns the output mode (output format, ex. NOT_SET or RENDER_PDF)
* @return the output mode
*/
@@ -556,7 +548,7 @@
}
/**
- * Indicates whether the XML renderer should generate course area XML
+ * Indicates whether the XML renderer should generate coarse area XML
* @return true if coarse area XML is desired
*/
public Boolean isCoarseAreaXml() {
@@ -596,8 +588,8 @@
+ " -fo infile xsl:fo input file \n"
+ " -xml infile xml input file, must be used together with -xsl
\n"
+ " -xsl stylesheet xslt stylesheet \n \n"
-/* + " -param name value <value> to use for parameter <name> in xslt
stylesheet\n"
- + " (repeat '-param name value' for each
parameter)\n \n" */
+ + " -param name value <value> to use for parameter <name> in xslt
stylesheet\n"
+ + " (repeat '-param name value' for each
parameter)\n \n"
+ " [OUTPUT] \n"
+ " outfile input will be rendered as pdf file into outfile
\n"
+ " -pdf outfile input will be rendered as pdf file (outfile
req'd) \n"
1.34 +0 -2 xml-fop/src/java/org/apache/fop/fo/FObjMixed.java
Index: FObjMixed.java
===================================================================
RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/FObjMixed.java,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- FObjMixed.java 14 Aug 2004 18:36:21 -0000 1.33
+++ FObjMixed.java 22 Aug 2004 01:56:33 -0000 1.34
@@ -57,9 +57,7 @@
FOText ft = new FOText(data, start, length, textInfo, this);
ft.setLocation(locator);
- /* characters() processing empty for FOTreeHandler, not empty for RTF &
MIFHandlers */
getFOInputHandler().characters(ft.ca, ft.startIndex, ft.endIndex);
-
addChildNode(ft);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]