com.xmlcalabash.util.DefaultJaxpConfigurer Maven / Gradle / Ivy
The newest version!
package com.xmlcalabash.util;
import com.xmlcalabash.config.JaxpConfigurer;
import javax.xml.validation.SchemaFactory;
/**
* Created by IntelliJ IDEA.
* User: ndw
* Date: 9/1/11
* Time: 9:09 AM
* To change this template use File | Settings | File Templates.
*/
public class DefaultJaxpConfigurer implements JaxpConfigurer {
public void configSchemaFactory(SchemaFactory factory) {
// do nothing
}
}