Documentation Prolog Predicate Reference dom get_attr/3

get_attr/3

Get attribute value from HTML object.

Description

get_attr( +htmlObject, +atom, ?atom )

get_attr(HTMLObject, Attribute, Value) is true if and only if Value unifies with the value of the attribute Attribute for the element HTMLObject.

Implementation