RelaxNGProvider.java 663 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  com.adobe.xmp.path.XMPPath
 */
package com.adobe.xmp.schema.service;

import com.adobe.xmp.path.XMPPath;
import java.io.IOException;
import java.io.InputStream;
import java.util.Map;
import java.util.Set;
import javax.xml.namespace.QName;

public interface RelaxNGProvider {
    public InputStream getSchema(String var1) throws IOException;

    public InputStream getInclude(String var1) throws IOException;

    public boolean isAvailable(String var1);

    public Map<XMPPath, Map<QName, Map<String, String>>> getRuntimeDecorators();

    public Set<String> getNamespaces();
}