Class: ElementAttribute

ElementAttribute(name)

Designator that points to the value of an attribute for some DOM node.

Constructor

new ElementAttribute(name)

Creates a ne instance of the designator.
Parameters:
Name Type Description
name String The name of the attribute
Source:

Extends

Methods

Extracts the designator at the head of a composition. For designators that are atomic, returns the designator itself.
Overrides:
Source:

tail()

Extracts the designator made of the tail of a composition. For designators that are atomic, returns null.
Overrides:
Source: