mkwan 2002/09/27 06:55:37 Modified: java/src/org/apache/xalan/extensions ExpressionContext.java Log: For Bugzilla 10414. Provide a getErrorListener() interface in the ExpressionContext. Revision Changes Path 1.5 +7 -0 xml-xalan/java/src/org/apache/xalan/extensions/ExpressionContext.java Index: ExpressionContext.java =================================================================== RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/extensions/ExpressionContext.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ExpressionContext.java 10 Jun 2002 19:24:41 -0000 1.4 +++ ExpressionContext.java 27 Sep 2002 13:55:37 -0000 1.5 @@ -59,6 +59,7 @@ import org.w3c.dom.traversal.NodeIterator; import org.w3c.dom.Node; import org.apache.xpath.objects.XObject; +import javax.xml.transform.ErrorListener; /** * An object that implements this interface can supply @@ -79,6 +80,12 @@ * defined in XSLT. */ public NodeIterator getContextNodes(); + + /** + * Get the error listener. + * @return The registered error listener. + */ + public ErrorListener getErrorListener(); /** * Get the value of a node as a number.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]