klyn.io.xml.sax.SAXAttributes.isDeclared
method
public isDeclared(index as Int) as Boolean:
Description

Reports whether an indexed attribute was declared in a DTD.

Parameters
ParameterDescription
indexZero-based attribute index.
Returns

True when declared.

Throws
  • IndexException if the index does not identify an attribute.
Example
declared = attrs.isDeclared(0)