Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 2759 invoked from network); 18 Jan 2005 00:55:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 18 Jan 2005 00:55:04 -0000 Received: (qmail 49269 invoked by uid 500); 18 Jan 2005 00:55:02 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 48961 invoked by uid 500); 18 Jan 2005 00:55:01 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 48948 invoked by uid 500); 18 Jan 2005 00:55:00 -0000 Received: (qmail 48944 invoked by uid 99); 18 Jan 2005 00:55:00 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 17 Jan 2005 16:55:00 -0800 Received: (qmail 2660 invoked by uid 1786); 18 Jan 2005 00:54:59 -0000 Date: 18 Jan 2005 00:54:59 -0000 Message-ID: <20050118005459.2659.qmail@minotaur.apache.org> From: skitching@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/digester/src/java/org/apache/commons/digester NodeCreateRule.java X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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 - * {@link 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: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org