if (taint.isTainted())
subject.taint();
if (!el.goodMatch) {
URIReference type = URIReference.fromQName(this,uri,localName);
if (el.badMatch && taint.isTainted()) {
type.taint();
}
triple(subject,RDF_TYPE,type);
}
processPropertyAttributes(ap,atts,x);