mcnamara    2005/01/22 16:20:47

  Modified:    java/src/org/apache/xalan/processor ProcessorCharacters.java
                        ProcessorLRE.java ProcessorStylesheetElement.java
                        ProcessorTemplateElem.java ProcessorText.java
                        StylesheetHandler.java TransformerFactoryImpl.java
                        XSLTElementProcessor.java
               java/src/org/apache/xalan/res XSLMessages.java
  Log:
  Clean up javadoc to reduce warnings during doc builds.  See XALANJ-2048
  
  Revision  Changes    Path
  1.14      +1 -4      
xml-xalan/java/src/org/apache/xalan/processor/ProcessorCharacters.java
  
  Index: ProcessorCharacters.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xalan/processor/ProcessorCharacters.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- ProcessorCharacters.java  17 Aug 2004 18:18:08 -0000      1.13
  +++ ProcessorCharacters.java  23 Jan 2005 00:20:46 -0000      1.14
  @@ -131,9 +131,6 @@
      *        performed.
      * @param rawName The raw XML 1.0 name (with prefix), or the
      *        empty string if raw names are not available.
  -   * @param atts The attributes attached to the element.  If
  -   *        there are no attributes, it shall be an empty
  -   *        Attributes object.
      * @see org.apache.xalan.processor.StylesheetHandler#startElement
      * @see org.apache.xalan.processor.StylesheetHandler#endElement
      * @see org.xml.sax.ContentHandler#startElement
  
  
  
  1.27      +1 -4      
xml-xalan/java/src/org/apache/xalan/processor/ProcessorLRE.java
  
  Index: ProcessorLRE.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xalan/processor/ProcessorLRE.java,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- ProcessorLRE.java 17 Aug 2004 18:18:08 -0000      1.26
  +++ ProcessorLRE.java 23 Jan 2005 00:20:46 -0000      1.27
  @@ -323,9 +323,6 @@
   /**
      * Receive notification of the end of an element.
      *
  -   * @param name The element type name.
  -   * @param attributes The specified or defaulted attributes.
  -   *
      * @param handler non-null reference to current StylesheetHandler that is 
constructing the Templates.
      * @param uri The Namespace URI, or an empty string.
      * @param localName The local name (without prefix), or empty string if 
not namespace processing.
  
  
  
  1.16      +1 -4      
xml-xalan/java/src/org/apache/xalan/processor/ProcessorStylesheetElement.java
  
  Index: ProcessorStylesheetElement.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xalan/processor/ProcessorStylesheetElement.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- ProcessorStylesheetElement.java   17 Aug 2004 18:18:08 -0000      1.15
  +++ ProcessorStylesheetElement.java   23 Jan 2005 00:20:46 -0000      1.16
  @@ -125,9 +125,6 @@
   /**
      * Receive notification of the end of an element.
      *
  -   * @param name The element type name.
  -   * @param attributes The specified or defaulted attributes.
  -   *
      * @param handler non-null reference to current StylesheetHandler that is 
constructing the Templates.
      * @param uri The Namespace URI, or an empty string.
      * @param localName The local name (without prefix), or empty string if 
not namespace processing.
  
  
  
  1.16      +1 -6      
xml-xalan/java/src/org/apache/xalan/processor/ProcessorTemplateElem.java
  
  Index: ProcessorTemplateElem.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xalan/processor/ProcessorTemplateElem.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- ProcessorTemplateElem.java        17 Aug 2004 18:18:09 -0000      1.15
  +++ ProcessorTemplateElem.java        23 Jan 2005 00:20:46 -0000      1.16
  @@ -37,8 +37,6 @@
     /**
      * Receive notification of the start of an element.
      *
  -   * @param name The element type name.
  -   *
      * @param handler non-null reference to current StylesheetHandler that is 
constructing the Templates.
      * @param uri The Namespace URI, or an empty string.
      * @param localName The local name (without prefix), or empty string if 
not namespace processing.
  @@ -110,9 +108,6 @@
   
     /**
      * Receive notification of the end of an element.
  -   *
  -   * @param name The element type name.
  -   * @param attributes The specified or defaulted attributes.
      *
      * @param handler non-null reference to current StylesheetHandler that is 
constructing the Templates.
      * @param uri The Namespace URI, or an empty string.
  
  
  
  1.10      +1 -4      
xml-xalan/java/src/org/apache/xalan/processor/ProcessorText.java
  
  Index: ProcessorText.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xalan/processor/ProcessorText.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- ProcessorText.java        17 Aug 2004 18:18:09 -0000      1.9
  +++ ProcessorText.java        23 Jan 2005 00:20:46 -0000      1.10
  @@ -61,9 +61,6 @@
     /**
      * Receive notification of the end of an element.
      *
  -   * @param name The element type name.
  -   * @param attributes The specified or defaulted attributes.
  -   *
      * @param handler non-null reference to current StylesheetHandler that is 
constructing the Templates.
      * @param uri The Namespace URI, or an empty string.
      * @param localName The local name (without prefix), or empty string if 
not namespace processing.
  
  
  
  1.67      +4 -9      
xml-xalan/java/src/org/apache/xalan/processor/StylesheetHandler.java
  
  Index: StylesheetHandler.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xalan/processor/StylesheetHandler.java,v
  retrieving revision 1.66
  retrieving revision 1.67
  diff -u -r1.66 -r1.67
  --- StylesheetHandler.java    15 Dec 2004 17:35:30 -0000      1.66
  +++ StylesheetHandler.java    23 Jan 2005 00:20:46 -0000      1.67
  @@ -558,8 +558,6 @@
     /**
      * Receive notification of the start of an element.
      *
  -   * @param name The element type name.
  -   *
      * @param uri The Namespace URI, or an empty string.
      * @param localName The local name (without prefix), or empty string if 
not namespace processing.
      * @param rawName The qualified name (with prefix).
  @@ -635,9 +633,6 @@
     /**
      * Receive notification of the end of an element.
      *
  -   * @param name The element type name.
  -   * @param attributes The specified or defaulted attributes.
  -   *
      * @param uri The Namespace URI, or an empty string.
      * @param localName The local name (without prefix), or empty string if 
not namespace processing.
      * @param rawName The qualified name (with prefix).
  @@ -1117,21 +1112,21 @@
     }
   
     /**
  -   * If [EMAIL PROTECTED] #getStylesheetType} returns this value, the 
current stylesheet
  +   * If [EMAIL PROTECTED] 
org.apache.xalan.processor.StylesheetHandler#getStylesheetType} returns this 
value, the current stylesheet
      *  is a root stylesheet.
      * @xsl.usage internal
      */
     public static final int STYPE_ROOT = 1;
   
     /**
  -   * If [EMAIL PROTECTED] #getStylesheetType} returns this value, the 
current stylesheet
  +   * If [EMAIL PROTECTED] 
org.apache.xalan.processor.StylesheetHandler#getStylesheetType} returns this 
value, the current stylesheet
      *  is an included stylesheet.
      * @xsl.usage internal
      */
     public static final int STYPE_INCLUDE = 2;
   
     /**
  -   * If [EMAIL PROTECTED] #getStylesheetType} returns this value, the 
current stylesheet
  +   * If [EMAIL PROTECTED] 
org.apache.xalan.processor.StylesheetHandler#getStylesheetType} returns this 
value, the current stylesheet
      *  is an imported stylesheet.
      * @xsl.usage internal
      */
  
  
  
  1.58      +1 -9      
xml-xalan/java/src/org/apache/xalan/processor/TransformerFactoryImpl.java
  
  Index: TransformerFactoryImpl.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xalan/processor/TransformerFactoryImpl.java,v
  retrieving revision 1.57
  retrieving revision 1.58
  diff -u -r1.57 -r1.58
  --- TransformerFactoryImpl.java       15 Dec 2004 17:35:30 -0000      1.57
  +++ TransformerFactoryImpl.java       23 Jan 2005 00:20:46 -0000      1.58
  @@ -336,8 +336,6 @@
      * Create a new Transformer object that performs a copy
      * of the source to the result.
      *
  -   * @param source An object that holds a URI, input stream, etc.
  -   *
      * @return A Transformer object that may be used to perform a 
transformation
      * in a single thread, never null.
      *
  @@ -548,8 +546,6 @@
      * Create an XMLFilter that uses the given source as the
      * transformation instructions.
      *
  -   * @param src The source of the transformation instructions.
  -   *
      * @param templates non-null reference to Templates object.
      *
      * @return An XMLFilter object, or null if this feature is not supported.
  @@ -644,8 +640,6 @@
      * Get a TransformerHandler object that can process SAX
      * ContentHandler events into a Result.
      *
  -   * @param src The source of the transformation instructions.
  -   *
      * @return TransformerHandler ready to transform SAX events.
      *
      * @throws TransformerConfigurationException
  @@ -700,8 +694,6 @@
     /**
      * Create a new Transformer object that performs a copy
      * of the source to the result.
  -   *
  -   * @param source An object that holds a URL, input stream, etc.
      *
      * @return A Transformer object capable of
      * being used for transformation purposes in a single thread.
  
  
  
  1.20      +1 -6      
xml-xalan/java/src/org/apache/xalan/processor/XSLTElementProcessor.java
  
  Index: XSLTElementProcessor.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xalan/processor/XSLTElementProcessor.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- XSLTElementProcessor.java 17 Aug 2004 18:18:09 -0000      1.19
  +++ XSLTElementProcessor.java 23 Jan 2005 00:20:46 -0000      1.20
  @@ -143,8 +143,6 @@
     /**
      * Receive notification of the start of an element.
      *
  -   * @param name The element type name.
  -   *
      * @param handler non-null reference to current StylesheetHandler that is 
constructing the Templates.
      * @param uri The Namespace URI, or an empty string.
      * @param localName The local name (without prefix), or empty string if 
not namespace processing.
  @@ -164,9 +162,6 @@
   
     /**
      * Receive notification of the end of an element.
  -   *
  -   * @param name The element type name.
  -   * @param attributes The specified or defaulted attributes.
      *
      * @param handler non-null reference to current StylesheetHandler that is 
constructing the Templates.
      * @param uri The Namespace URI, or an empty string.
  
  
  
  1.16      +2 -2      xml-xalan/java/src/org/apache/xalan/res/XSLMessages.java
  
  Index: XSLMessages.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/res/XSLMessages.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- XSLMessages.java  16 Feb 2004 19:14:07 -0000      1.15
  +++ XSLMessages.java  23 Jan 2005 00:20:47 -0000      1.16
  @@ -41,7 +41,7 @@
      * Creates a message from the specified key and replacement
      * arguments, localized to the given locale.
      *
  -   * @param errorCode The key for the message text.
  +   * @param msgKey    The key for the message text.
      * @param args      The arguments to be used as replacement text
      *                  in the message created.
      *
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to