Feature feature;
int count = 0;
FilterFactory ffac;
{
NamespaceSupport namespaces = new NamespaceSupport();
namespaces.declarePrefix("aw", AWNS);
namespaces.declarePrefix("om", OMNS);
namespaces.declarePrefix("swe", SWENS);
namespaces.declarePrefix("gml", GMLNS);
namespaces.declarePrefix("sa", SANS);
namespaces.declarePrefix("cv", CVNS);
// TODO: use commonfactoryfinder or the mechanism choosed
// to pass namespace context to filter factory
ffac = new FilterFactoryImplNamespaceAware(namespaces);
}