com.japisoft.xmlpad.action.xml
Class RelaxNGValidator

java.lang.Object
  extended bycom.japisoft.xmlpad.action.xml.RelaxNGValidator
All Implemented Interfaces:
XMLValidator

public class RelaxNGValidator
extends java.lang.Object
implements XMLValidator

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

Constructor Summary
RelaxNGValidator()
           
 
Method Summary
 boolean validate(org.w3c.dom.Node doc, org.xml.sax.ErrorHandler handler, XMLContainer container, XMLEditor editor)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelaxNGValidator

public RelaxNGValidator()
Method Detail

validate

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