{
ByteArrayResourceStore includedSchemaResourceStore;
if( includedSchemaLocation.startsWith( "http://" ) )
{
includedSchemaResourceStore = new UrlResourceStore( new URL( includedSchemaLocation ) );
}
else
{
includedSchemaResourceStore = new FileResourceStore( new File( includedSchemaLocation ) );
}