From issues-return-2558-apmail-commons-issues-archive=commons.apache.org@commons.apache.org Sat Feb 02 20:38:30 2008 Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 7876 invoked from network); 2 Feb 2008 20:38:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Feb 2008 20:38:30 -0000 Received: (qmail 79092 invoked by uid 500); 2 Feb 2008 20:38:20 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 79032 invoked by uid 500); 2 Feb 2008 20:38:20 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 79023 invoked by uid 99); 2 Feb 2008 20:38:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Feb 2008 12:38:20 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Feb 2008 20:38:00 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1B604714049 for ; Sat, 2 Feb 2008 12:38:08 -0800 (PST) Message-ID: <21648074.1201984688109.JavaMail.jira@brutus> Date: Sat, 2 Feb 2008 12:38:08 -0800 (PST) From: "Matt Benson (JIRA)" To: issues@commons.apache.org Subject: [jira] Resolved: (JXPATH-77) Added selectNodes / selectSingleNode to CompiledExpression MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JXPATH-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Benson resolved JXPATH-77. ------------------------------- Resolution: Later > Added selectNodes / selectSingleNode to CompiledExpression > ---------------------------------------------------------- > > Key: JXPATH-77 > URL: https://issues.apache.org/jira/browse/JXPATH-77 > Project: Commons JXPath > Issue Type: Improvement > Affects Versions: 1.2 Final > Reporter: Simon Raess > Priority: Minor > Fix For: post-1.3 > > Attachments: patch2.txt > > > CompiledExpression did not have the methods selectNodes / selectSingleNodes. The attached patch adds those methods. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.