public final class KSJingValidation extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
validate(Path base_directory,
Path p,
InputStream is)
Validate the file
p using the base directory base_directory. |
public static boolean validate(Path base_directory, Path p, InputStream is) throws IOException, SAXException
p using the base directory base_directory.base_directory - The base directoryp - The fileis - A stream pointing to ptrue iff validation succeedsIOException - On I/O errorsSAXException - On XML errorsCopyright © 2016 <code@io7m.com> http://io7m.com