Documentation Prolog Predicate Reference dom get_html/2

get_html/2

Get the HTML inside of an HTML element.

Description

get_html( +htmlObject, ?term )

get_html(HTMLObject, InnerHTML) is true if and only if InnerHTML unifies with the HTML inside of HTMLObject.

Implementation