oracle.xml.async
Interface XSLTransformerErrorListener


public interface XSLTransformerErrorListener
extends java.util.EventListener

This interface must be implemented in order to receive notifications about error events during the asynchronous transformation. The class implementing this interface must be added to the XSLTransformer using addXSLTransformerListener method.


Method Summary
 void xslTransformerErrorCalled(XSLTransformerErrorEvent p0)
          This method is called when parse or transformation error occurs.
 

Method Detail

xslTransformerErrorCalled

public void xslTransformerErrorCalled(XSLTransformerErrorEvent p0)
This method is called when parse or transformation error occurs.
Parameters:
p0 - - The XSLTransformerErrorEvent object produced by the XSLTransformer


 

Copyright © 1997, 2004, Oracle. All rights reserved.