Module eval_html_methods

Module eval_html_methods 

Source
Expand description

HTML method evaluation module

This module handles evaluation of HTML parsing methods. Provides method dispatching for HtmlDocument and HtmlElement types. Following Toyota Way principles - complexity ≤10 per function.

Functions§

eval_html_document_method
Evaluate HtmlDocument methods
eval_html_element_method
Evaluate HtmlElement methods