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

Reports whether an indexed attribute was present in the source.

Parameters
ParameterDescription
indexZero-based attribute index.
Returns

True when specified.

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