Return-Path: Delivered-To: apmail-xml-xalan-cvs-archive@xml.apache.org Received: (qmail 98390 invoked by uid 500); 27 Sep 2002 13:54:50 -0000 Mailing-List: contact xalan-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: Delivered-To: mailing list xalan-cvs@xml.apache.org Received: (qmail 98378 invoked from network); 27 Sep 2002 13:54:49 -0000 Date: 27 Sep 2002 13:54:49 -0000 Message-ID: <20020927135449.31691.qmail@icarus.apache.org> From: mkwan@apache.org To: xml-xalan-cvs@apache.org Subject: cvs commit: xml-xalan/java/src/org/apache/xpath XPathContext.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N mkwan 2002/09/27 06:54:49 Modified: java/src/org/apache/xpath XPathContext.java Log: For Bugzilla 10414. Provide a getErrorListener() interface in the ExpressionContext. Revision Changes Path 1.41 +9 -0 xml-xalan/java/src/org/apache/xpath/XPathContext.java Index: XPathContext.java =================================================================== RCS file: /home/cvs/xml-xalan/java/src/org/apache/xpath/XPathContext.java,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- XPathContext.java 10 Jun 2002 19:24:42 -0000 1.40 +++ XPathContext.java 27 Sep 2002 13:54:49 -0000 1.41 @@ -1146,6 +1146,15 @@ { return new org.apache.xml.dtm.ref.DTMNodeIterator(getContextNodeList()); } + + /** + * Get the error listener. + * @return The registered error listener. + */ + public ErrorListener getErrorListener() + { + return XPathContext.this.getErrorListener(); + } /** * Get the value of a node as a number. --------------------------------------------------------------------- To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: xalan-cvs-help@xml.apache.org