DraconianErrorHandler.INSTANCE);
PropertyMap validatorProperties = builder.toPropertyMap();
/* Parse, rewrap, and return the schema */
final com.thaiopensource.validate.Schema schema;
schema = schemaReader.createSchema(input, validatorProperties);
return new JingSchema(schema, context.close());
} catch (IncorrectSchemaException exception) {
String message = "Incorrect schema \"" + source.getURI() + "\"";
throw new SAXException(message, exception);