Author: simonetripodi
Date: Mon Jun 27 08:17:57 2011
New Revision: 1140045

URL: http://svn.apache.org/viewvc?rev=1140045&view=rev
Log:
added missing javadoc parameters

Modified:
    
commons/proper/digester/trunk/src/main/java/org/apache/commons/digester3/Rules.java

Modified: 
commons/proper/digester/trunk/src/main/java/org/apache/commons/digester3/Rules.java
URL: 
http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/main/java/org/apache/commons/digester3/Rules.java?rev=1140045&r1=1140044&r2=1140045&view=diff
==============================================================================
--- 
commons/proper/digester/trunk/src/main/java/org/apache/commons/digester3/Rules.java
 (original)
+++ 
commons/proper/digester/trunk/src/main/java/org/apache/commons/digester3/Rules.java
 Mon Jun 27 08:17:57 2011
@@ -85,6 +85,8 @@ public interface Rules
      * @param namespaceURI Namespace URI for which to select matching rules, 
or <code>null</code> to match regardless of
      *            namespace URI
      * @param pattern Nesting pattern to be matched
+     * @param name the local name if the parser is namespace aware, or just 
the element name otherwise
+     * @param attributes The attribute list of the current matching element
      * @return a List of all registered Rule instances that match the 
specified nesting pattern
      */
     List<Rule> match( String namespaceURI, String pattern, String name, 
Attributes attributes );


Reply via email to