Revision: 8443
http://svn.sourceforge.net/foray/?rev=8443&view=rev
Author: victormote
Date: 2006-10-28 07:48:53 -0700 (Sat, 28 Oct 2006)
Log Message:
-----------
Add to-do items regardning whether body-start and label-end functions should implement ExprNumeric.
Modified Paths:
--------------
trunk/foray/foray-fotree/src/java/org/foray/fotree/value/FnBodyStart.java
trunk/foray/foray-fotree/src/java/org/foray/fotree/value/FnLabelEnd.java
Modified: trunk/foray/foray-fotree/src/java/org/foray/fotree/value/FnBodyStart.java
===================================================================
--- trunk/foray/foray-fotree/src/java/org/foray/fotree/value/FnBodyStart.java 2006-10-28 14:39:41 UTC (rev 8442)
+++ trunk/foray/foray-fotree/src/java/org/foray/fotree/value/FnBodyStart.java 2006-10-28 14:48:53 UTC (rev 8443)
@@ -40,6 +40,7 @@
* The "body-start" function in XSL-FO.
*/
public class FnBodyStart extends Function {
+ /* TODO: Should this class implement ExprNumeric? */
public FnBodyStart(final PropertyList propertyList, final Expr[] arguments)
throws PropertyException {
Modified: trunk/foray/foray-fotree/src/java/org/foray/fotree/value/FnLabelEnd.java
===================================================================
--- trunk/foray/foray-fotree/src/java/org/foray/fotree/value/FnLabelEnd.java 2006-10-28 14:39:41 UTC (rev 8442)
+++ trunk/foray/foray-fotree/src/java/org/foray/fotree/value/FnLabelEnd.java 2006-10-28 14:48:53 UTC (rev 8443)
@@ -41,6 +41,7 @@
* The "label-end" function in XSL-FO.
*/
public class FnLabelEnd extends Function {
+ /* TODO: Should this class implement ExprNumeric? */
public FnLabelEnd(final PropertyList propertyList, final Expr[] arguments)
throws PropertyException {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|