C G S W

G

getImageTagData(String, String) - Method in class com.webscrap4j.WebScrap
This method is use to get all attributes of single HTML tag data like a(anchor), img(image) etc like <img src="imagelink" title="imagetitle" />
getSingleHTMLScriptData(String, String) - Method in class com.webscrap4j.WebScrap
This method is used to extract data between two HTML tag like div, span etc.
getSingleHTMLScriptData(String, String, String, String) - Method in class com.webscrap4j.WebScrap
This method is used to get data from two different tag like ul-li tags.
getSingleHTMLTagData(String) - Method in class com.webscrap4j.WebScrap
This method is used to extract data from HTML tag like title, b,strong etc which tag start and end with same name.

C G S W