com.japisoft.xmlpad.xml.validator
Class RelaxNGValidator

java.lang.Object
  extended bycom.japisoft.xmlpad.xml.validator.RelaxNGValidator
All Implemented Interfaces:
Validator

public class RelaxNGValidator
extends java.lang.Object
implements Validator

Validate the container content for RelaxNG. It requires an external library MSV

Version:
1.0
Author:
(c) 2004 JAPISoft / http://www.japisoft.com

Field Summary
 
Fields inherited from interface com.japisoft.xmlpad.xml.validator.Validator
ERROR, OK
 
Constructor Summary
RelaxNGValidator()
           
 
Method Summary
 boolean validate(XMLContainer container)
          Validate the XML content bound to this container.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelaxNGValidator

public RelaxNGValidator()
Method Detail

validate

public boolean validate(XMLContainer container)
Description copied from interface: Validator
Validate the XML content bound to this container. It must return

Specified by:
validate in interface Validator


Copyright © 2006 JAPISoft. All Rights Reserved.