oracle.xml.async
Interface DOMBuilderErrorListener

All Known Implementing Classes:
XMLDiff

public interface DOMBuilderErrorListener
extends java.util.EventListener

This interface must be implemented in order to receive notifications when error is found during parsing. The class implementing this interface must be added to the DOMBuilder using addDOMBuilderErrorListener method.


Method Summary
 void domBuilderErrorCalled(DOMBuilderErrorEvent p0)
          This method is called when a parse error occurs.
 

Method Detail

domBuilderErrorCalled

public void domBuilderErrorCalled(DOMBuilderErrorEvent p0)
This method is called when a parse error occurs.
Parameters:
p0 - The DOMBuilderErrorEvent object produced by the DOMBuilder as result of parsing error


 

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