org.xml.sax.ext.Attributes2.isDeclared
method
public isDeclared(qName as String) as Boolean
Description

Reports whether the qualified attribute name was declared in the DTD.

Parameters
  • qName Qualified attribute name.
Returns

True when the attribute was declared.

Example
declared = attrs.isDeclared("id")