Synopsis
Returns true
if this
attribute contains a unique identifier for the parent element
node. Attributes are tagged as identifiers by the DTD, the schema,
or by using one of the setIdAttribute(
)
methods of the Element
interface. Read-only.
Java binding
public boolean isId( );