public isSpecified(uri as String, localName as String) as Boolean
Reports whether the Namespace/local-name attribute was specified.
| Parameter | Description |
|---|---|
uri | Namespace URI, or empty string. |
localName | Local attribute name. |
True when the attribute was explicitly specified.
specified = attrs.isSpecified("", "id")