Documentation Prolog Predicate Reference dom get_by_tag/3

get_by_tag/3

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

Description

get_by_tag( +htmlObject, +atom, ?htmlObject )

get_by_tag(Parent, Tag, HTMLObject) is true if and only if HTMLobject is a child of Parent and it's an HTML element of the Tag kind.

Implementation