- uri
- The Namespace URI, or the empty string if the name has no Namespace URI.
- localName
- The attribute's local name.
Documentation for this section has not yet been entered.
Returns false unless the attribute was declared in the DTD. This helps distinguish two kinds of attributes that SAX reports as CDATA: ones that were declared (and hence are usually valid), and those that were not (and which are never valid).
Remember that since DTDs do not "understand" namespaces, the namespace URI associated with an attribute may not have come from the DTD. The declaration will have applied to the attribute's qName.