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
  • index Zero-based attribute index.
Returns

True when specified.

Example
specified = attrs.isSpecified(0)