dk.brics.dsd
Interface ValidationErrorHandler
- public interface ValidationErrorHandler
Validation error handler interface.
error
public boolean error(Node node,
Element element,
String message,
Element dsd)
- Validation error handler method.
Called when a validation error occurs, that is, the instance
document or summary graph does not validate.
- Parameters:
node - summary graph node containing element, null if
not validating a summary graphelement - element that does not validatemessage - brief description of the errordsd - part of schema, null if not applicable
- Returns:
- true iff validation should continue
Copyright © 2002 Anders Møller.