// verify that an attribute is not selected
for (int i=0;i<fLocationPaths.length;i++) {
mf.org.apache.xerces.impl.xpath.XPath.Axis axis =
fLocationPaths[i].steps[fLocationPaths[i].steps.length-1].axis;
if (axis.type == XPath.Axis.ATTRIBUTE) {
throw new XPathException("c-selector-xpath");
}
}
} // <init>(String,SymbolTable,NamespacesScope)