public class MsvComponent extends ValidatorComponent {
private RELAXNGSchemaFactoryImpl schemaFactory;
public RELAXNGSchemaFactoryImpl getSchemaFactory() throws VerifierConfigurationException {
if (schemaFactory == null) {
schemaFactory = new RELAXNGSchemaFactoryImpl();
}
return schemaFactory;
}