name
printElements ( )
import prohtml.*;

HtmlList htmlList;

void setup(){
  //enter your url here
  htmlList = new HtmlList("http://www.yoururl.com");
  
  htmlList.printElements();
}
description
Use this method for a simple trace of all elements in the list of the parsed html document.
syntax
printElements();
returns
None
usage
Web & Application
related