com.japisoft.xmlpad.validator
Interface Validator

All Known Implementing Classes:
DefaultValidator, RelaxNGValidator

public interface Validator

General interface for validating the XML content

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

Field Summary
static boolean ERROR
           
static boolean OK
           
 
Method Summary
 boolean validate(XMLContainer container)
          Validate the XML content bound to this container.
 

Field Detail

OK

public static final boolean OK
See Also:
Constant Field Values

ERROR

public static final boolean ERROR
See Also:
Constant Field Values
Method Detail

validate

public boolean validate(XMLContainer container)
Validate the XML content bound to this container. It must return



Copyright © 2006 JAPISoft. All Rights Reserved.