Package org.jdom2.input.sax
Interface AbstractReaderXSDFactory.SchemaFactoryProvider
-
- Enclosing class:
- AbstractReaderXSDFactory
protected static interface AbstractReaderXSDFactory.SchemaFactoryProvider
Simple interface makes it easier to pass logic around in static methods.- Author:
- Rolf Lear
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.xml.validation.SchemaFactory
getSchemaFactory()
Return a SchemaFactory
-