edu.harvard.hul.ois.jhove.module.xml.SchemaInfo Maven / Gradle / Ivy
/**********************************************************************
* Jhove - JSTOR/Harvard Object Validation Environment
* Copyright 2004-2012 by JSTOR and the President and Fellows of Harvard College
**********************************************************************/
package edu.harvard.hul.ois.jhove.module.xml;
/** A little class so we can treat schema information as a structure */
public class SchemaInfo {
public String namespaceURI;
public String location;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy