This method of the ElementImpl class determines if the attribute is qualified.
public boolean isAttributeQualified(Name attr, DTD dtd);
Returns true if the attribute is qualified; otherwise, returns false.
attr | The name of the attribute. |
dtd | The Document Definition Type (DTD) that the attribute is found in. |