
com.thaiopensource.validate.picl.NamespaceContext Maven / Gradle / Ivy
package com.thaiopensource.validate.picl;
interface NamespaceContext {
String getNamespaceUri(String string);
String defaultPrefix();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy