isorelax.src.org.iso_relax.verifier.VerifierHandler Maven / Gradle / Ivy
package org.iso_relax.verifier;
import org.xml.sax.ContentHandler;
public interface VerifierHandler
extends ContentHandler {
public abstract boolean isValid()
throws IllegalStateException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy