Package org.jdom.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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SchemaFactory
getSchemaFactory()
Return a SchemaFactory
-
-
-
Method Detail
-
getSchemaFactory
SchemaFactory getSchemaFactory()
Return a SchemaFactory- Returns:
- a SchemaFactory
-
-