org.xml.sax.ext.Attributes2.isDeclared
method
public isDeclared(index as Int) as Boolean
Description

Reports whether the indexed attribute was declared in the DTD.

Parameters
  • index Zero-based attribute index.
Returns

True when the attribute was declared.

Example
declared = attrs.isDeclared(0)