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

org.milyn.xml.Namespace Maven / Gradle / Ivy

There is a newer version: 1.7.1
Show newest version
package org.milyn.xml;

/**
 * XML Namespace URI static definitions.
 * @author tfennelly
 */
public interface Namespace {

	public static final String SMOOKS_URI = "http://milyn.codehaus.org/smooks".intern();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy