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

Reports whether the indexed attribute was specified in the source text.

Parameters
  • index Zero-based attribute index.
Returns

True when the attribute was explicitly specified.

Example
specified = attrs.isSpecified(0)