assertEquals("WFS_Capabilities", e.getLocalName());
final List<FeatureTypeInfo> enabledTypes = getCatalog().getFeatureTypes();
for (Iterator<FeatureTypeInfo> it = enabledTypes.iterator(); it.hasNext();) {
FeatureTypeInfo ft = it.next();
if (ft.enabled()) {
String prefixedName = ft.getPrefixedName();
String xpathExpr = "/wfs:WFS_Capabilities/wfs:FeatureTypeList/"
+ "wfs:FeatureType/wfs:Name[text()=\"" + prefixedName + "\"]";