You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by pb...@apache.org on 2002/06/17 01:21:19 UTC

cvs commit: xml-fop/src/org/apache/fop/datatypes FromNearestSpecified.java FromParent.java

pbwest      2002/06/16 16:21:19

  Modified:    src/org/apache/fop/datatypes Tag: FOP_0-20-0_Alt-Design
                        FromNearestSpecified.java FromParent.java
  Log:
  Expanded comments on the rationale of this property value
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +8 -4      xml-fop/src/org/apache/fop/datatypes/Attic/FromNearestSpecified.java
  
  Index: FromNearestSpecified.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/Attic/FromNearestSpecified.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- FromNearestSpecified.java	7 May 2002 16:06:36 -0000	1.1.2.1
  +++ FromNearestSpecified.java	16 Jun 2002 23:21:19 -0000	1.1.2.2
  @@ -26,7 +26,7 @@
    * from-nearest-specified-value() function call on each of the properties to
    * which the shorthand resolves.
    * <p>
  - * The use of the pseudo-property should ensure that the function call is not
  + * The use of the pseudo-type should ensure that the function call is not
    * involved in any arithmetic components of a more complex expression.  I.e,
    * the function evaluator in the parser must check to see whether the
    * property for which the from-nearest-specified-value() function is being
  @@ -43,8 +43,12 @@
    * that the constraint on the from-nearest-specified-value() function, with
    * respect to shorthands, is met.
    * <p>
  - * See also <tt>FromParent</tt> pseudo-class.
  + * This pseudo-datatype is also used as the first stage of shorthand
  + * expansion.  After a shorthand's expression is parsed, the next stage of
  + * resolution will generate a FromNearestSpecified object for each property
  + * in the expansion of the shorthand.
    *
  + * @see FromParent
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    * @version $Revision$ $Name$
    */
  
  
  
  1.1.2.2   +9 -5      xml-fop/src/org/apache/fop/datatypes/Attic/FromParent.java
  
  Index: FromParent.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/Attic/FromParent.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- FromParent.java	7 May 2002 16:06:36 -0000	1.1.2.1
  +++ FromParent.java	16 Jun 2002 23:21:19 -0000	1.1.2.2
  @@ -25,7 +25,7 @@
    * from-parent() function call on each of the properties to
    * which the shorthand resolves.
    * <p>
  - * The use of the pseudo-property should ensure that the function call is not
  + * The use of the pseudo-type should ensure that the function call is not
    * involved in any arithmetic components of a more complex expression.  I.e,
    * the function evaluator in the parser must check to see whether the
    * property for which the from-parent() function is being
  @@ -42,8 +42,12 @@
    * that the constraint on the from-parent() function, with
    * respect to shorthands, is met.
    * <p>
  - * See also <tt>FromNearestSpecified</tt> pseudo-class.
  - * </p>
  + * This pseudo-datatype is also used as the first stage of shorthand
  + * expansion.  After a shorthand's expression is parsed, the next stage of
  + * resolution will generate a FromNearestSpecified object for each property
  + * in the expansion of the shorthand.
  + *
  + * @see FromNearestSpecified
    * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a>
    * @version $Revision$ $Name$
    */
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org