skitching    2005/01/17 16:54:59

  Modified:    digester/src/java/org/apache/commons/digester
                        NodeCreateRule.java
  Log:
  Fix minor javadoc issue.
  
  Revision  Changes    Path
  1.11      +6 -3      
jakarta-commons/digester/src/java/org/apache/commons/digester/NodeCreateRule.java
  
  Index: NodeCreateRule.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/digester/src/java/org/apache/commons/digester/NodeCreateRule.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- NodeCreateRule.java       10 May 2004 06:52:50 -0000      1.10
  +++ NodeCreateRule.java       18 Jan 2005 00:54:59 -0000      1.11
  @@ -372,8 +372,11 @@
   
   
       /**
  -     * Implemented to replace the content handler currently in use by a 
  -     * [EMAIL PROTECTED] NodeBuilder NodeCreateRule.NodeBuilder}.
  +     * When this method fires, the content handler object used by the
  +     * xml parser is replaced by a custom one, resulting in a DOM being
  +     * built instead of normal digester rule-handling occurring. When the
  +     * end of the current xml element is encountered, the original content 
  +     * handler is restored, allowing Digester operations to continue.
        * 
        * @param namespaceURI the namespace URI of the matching element, or an 
        *   empty string if the parser is not namespace aware or the element has
  
  
  

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

Reply via email to