public isSpecified(uri as String, localName as String) as Boolean
Reports whether the Namespace/local-name attribute was specified.
True when the attribute was explicitly specified.
specified = attrs.isSpecified("", "id")