}
if (inputSource == null) {
log.warn("Unable to resolve schema resource " + systemId);
return null;
}
SchemaResourceLSInput schemaResourceLSInput = new SchemaResourceLSInput();
schemaResourceLSInput.setByteStream(inputSource.getByteStream());
return schemaResourceLSInput;
}