IFilterParser parser = factory.makeFilterParser(context,constraintVersion);
if (parser == null) {
String msg = "IProviderFactory.makeFilterParser: instantiation failed.";
throw new OwsException(OwsException.OWSCODE_NoApplicableCode,locator,msg);
} else {
parser.parseFilter(context,ndFilter,xpath);
}
} else {
String msg = "An OGC filter for the CSW constraint is required.";
throw new OwsException(OwsException.OWSCODE_NoApplicableCode,locator,msg);
}