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
ParameterDescription
uriNamespace URI, or empty string.
localNameLocal attribute name.
Returns

True when the attribute was explicitly specified.

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