All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.harvard.hul.ois.jhove.module.xml.SchemaInfo Maven / Gradle / Ivy

The newest version!
/**********************************************************************
 * 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 - 2024 Weber Informatics LLC | Privacy Policy