public isDeclared(uri as String, localName as String) as Boolean
Reports whether the Namespace/local-name attribute was declared in the DTD.
True when the attribute was declared.
declared = attrs.isDeclared("", "id")