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