com.iodesystems.xml.tools.XmlValidated Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xmltools Show documentation
Show all versions of xmltools Show documentation
Xmltools contains a flexible jaxb xml loader
package com.iodesystems.xml.tools;
public interface XmlValidated {
void validate() throws XmlValidationException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy