
isorelax.src.org.iso_relax.verifier.Schema 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;
// Referenced classes of package org.iso_relax.verifier:
// VerifierConfigurationException, Verifier
public interface Schema {
public abstract Verifier newVerifier()
throws VerifierConfigurationException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy