
org.protege.xmlcatalog.XmlBaseContext Maven / Gradle / Ivy
The newest version!
package org.protege.xmlcatalog;
import java.net.URI;
public interface XmlBaseContext {
void setXmlBase(URI xmlbase);
URI getXmlBase();
XmlBaseContext getXmlBaseContext();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy