jaxe
Class ValidationFrame.ErrorStorer

java.lang.Object
  extended by jaxe.ValidationFrame.ErrorStorer
All Implemented Interfaces:
org.w3c.dom.DOMErrorHandler
Enclosing class:
ValidationFrame

 class ValidationFrame.ErrorStorer
extends java.lang.Object
implements org.w3c.dom.DOMErrorHandler


Field Summary
(package private)  boolean[] terreur
           
 
Constructor Summary
ValidationFrame.ErrorStorer(boolean[] terreur)
           
 
Method Summary
 boolean handleError(org.w3c.dom.DOMError err)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

terreur

boolean[] terreur
Constructor Detail

ValidationFrame.ErrorStorer

public ValidationFrame.ErrorStorer(boolean[] terreur)
Method Detail

handleError

public boolean handleError(org.w3c.dom.DOMError err)
Specified by:
handleError in interface org.w3c.dom.DOMErrorHandler