Class: ElementAttributeValue

ElementAttributeValue(name, input, v)

The value of an attribute for some DOM node.

Constructor

new ElementAttributeValue(name, input, v)

Creates a new instance of the value.
Parameters:
Name Type Description
name String The name of the attribute in the DOM node
input Object | Value The DOM node, or a value containing the DOM node
v Object | Value The value of the attribute in the DOM node
Source:

Extends

Methods

getValue()

Gets the concrete value carried by this Value object.
Overrides:
Source:
Returns:
The value

query(type, d, root, A)

Queries the provenance of a value.
Parameters:
Name Type Description
type The type of lineage relationship
d A designator representing the part of the object that is the subject of the query
root The node to which the rsults of the query should be appended as children
A factory to produce traceability nodes
Overrides:
Source:
Returns:
The list of terminal traceability nodes produced by this query