Documentation Prolog Predicate Reference dom get_by_class/3

get_by_class/3

Get HTML elements with the same class under a parent object.

Description

get_by_class( +htmlObject, +atom, ?htmlObject )

get_by_class(Parent, Class, HTMLObject) is true if and only if HTMLObject is a child of Parent and it has the class Class.

Implementation