
isorelax.src.org.iso_relax.verifier.VerifierHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jaxb1-impl Show documentation
Show all versions of jaxb1-impl Show documentation
JAXB (JSR 222) reference implementation - JAXB1 build
The newest version!
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