You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mi...@apache.org on 2003/10/22 19:38:45 UTC

cvs commit: xml-xalan/java/src/org/apache/xalan/templates FuncDocument.java ElemTemplateElement.java OutputProperties.java ElemExsltFuncResult.java

minchau     2003/10/22 10:38:45

  Modified:    java/src/org/apache/xalan/templates FuncDocument.java
                        ElemTemplateElement.java OutputProperties.java
                        ElemExsltFuncResult.java
  Log:
  PR: bugzilla 23983
  Submitted by:	Brian Minchau
  
  Revision  Changes    Path
  1.34      +1 -2      xml-xalan/java/src/org/apache/xalan/templates/FuncDocument.java
  
  Index: FuncDocument.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/templates/FuncDocument.java,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- FuncDocument.java	17 Oct 2003 20:59:19 -0000	1.33
  +++ FuncDocument.java	22 Oct 2003 17:38:45 -0000	1.34
  @@ -487,8 +487,7 @@
     }
     
     /**
  -   * Tell if the expression is a nodeset expression.  In other words, tell 
  -   * if you can execute {@link asNode() asNode} without an exception.
  +   * Tell if the expression is a nodeset expression.
      * @return true if the expression can be represented as a nodeset.
      */
     public boolean isNodesetExpr()
  
  
  
  1.62      +1 -1      xml-xalan/java/src/org/apache/xalan/templates/ElemTemplateElement.java
  
  Index: ElemTemplateElement.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/templates/ElemTemplateElement.java,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- ElemTemplateElement.java	17 Oct 2003 20:59:19 -0000	1.61
  +++ ElemTemplateElement.java	22 Oct 2003 17:38:45 -0000	1.62
  @@ -1571,7 +1571,7 @@
      * object is less than, equal to, or greater than the specified object.
      * 
      * @param o The object to be compared to this object
  -   * @returns a negative integer, zero, or a positive integer as this object is
  +   * @return  a negative integer, zero, or a positive integer as this object is
      *          less than, equal to, or greater than the specified object.
      * @throws ClassCastException if the specified object's
      *         type prevents it from being compared to this Object.
  
  
  
  1.32      +1 -1      xml-xalan/java/src/org/apache/xalan/templates/OutputProperties.java
  
  Index: OutputProperties.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/templates/OutputProperties.java,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- OutputProperties.java	16 Oct 2003 20:04:56 -0000	1.31
  +++ OutputProperties.java	22 Oct 2003 17:38:45 -0000	1.32
  @@ -80,7 +80,7 @@
    * is not found in the original property list.</p>
    * @see <a href="http://www.w3.org/TR/xslt#dtd">XSLT DTD</a>
    * @see <a href="http://www.w3.org/TR/xslt#output">xsl:output in XSLT Specification</a>
  - * @
  + *
    */
   public class OutputProperties extends ElemTemplateElement
           implements Cloneable
  
  
  
  1.7       +1 -1      xml-xalan/java/src/org/apache/xalan/templates/ElemExsltFuncResult.java
  
  Index: ElemExsltFuncResult.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/templates/ElemExsltFuncResult.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ElemExsltFuncResult.java	20 May 2003 20:30:35 -0000	1.6
  +++ ElemExsltFuncResult.java	22 Oct 2003 17:38:45 -0000	1.7
  @@ -115,7 +115,7 @@
     /**
      * Return the node name, defined in the
      *     Constants class.
  -   * @see org.apache.xalan.templates.Constants.
  +   * @see org.apache.xalan.templates.Constants
      * @return The node name
      * 
      */
  
  
  

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