com.xmlcalabash.util
Class DefaultJaxpConfigurer

java.lang.Object
  extended by com.xmlcalabash.util.DefaultJaxpConfigurer
All Implemented Interfaces:
JaxpConfigurer

public class DefaultJaxpConfigurer
extends java.lang.Object
implements JaxpConfigurer

Created by IntelliJ IDEA. User: ndw Date: 9/1/11 Time: 9:09 AM To change this template use File | Settings | File Templates.


Constructor Summary
DefaultJaxpConfigurer()
           
 
Method Summary
 void configSchemaFactory(javax.xml.validation.SchemaFactory factory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultJaxpConfigurer

public DefaultJaxpConfigurer()
Method Detail

configSchemaFactory

public void configSchemaFactory(javax.xml.validation.SchemaFactory factory)
Specified by:
configSchemaFactory in interface JaxpConfigurer