org.xml.sax.ext.Attributes2.isSpecified
method
public isSpecified(uri as String, localName as String) as Boolean
Description

Reports whether the Namespace/local-name attribute was specified.

Parameters
  • uri Namespace URI, or empty string.
  • localName Local attribute name.
Returns

True when the attribute was explicitly specified.

Example
specified = attrs.isSpecified("", "id")