com.japisoft.xmlpad.action.xml
Interface XMLValidator

All Known Implementing Classes:
RelaxNGValidator

public interface XMLValidator

Add-on for validing the Parsed document

Version:
1.0
Author:
(c) 2003 JAPISoft / Alexandre Brillant

Method Summary
 boolean validate(org.w3c.dom.Node n, org.xml.sax.ErrorHandler handler, XMLContainer container, XMLEditor editor)
           
 

Method Detail

validate

public boolean validate(org.w3c.dom.Node n,
                        org.xml.sax.ErrorHandler handler,
                        XMLContainer container,
                        XMLEditor editor)
                 throws java.lang.Throwable
Returns:
true if an error has occured
Throws:
java.lang.Throwable