Site icon NgDeveloper

Jsoup Tutorial

1. Introduction
2. Input
	2.a From String
	2.b From URL
	2.c From File
3. Parsing Data
	3.1 parsing element by id
	3.2 parsing element by tag
	3.3 parsing element by class
	3.4 parsing element by attributes
	3.5 parsing sibling elements
	3.6 parsing parent and children elements
4. Selectors
	4.1 find elements by id
	4.2 find elements by tag
	4.3 find elements by tag in a namespace
	4.4 find elements by class name
	4.5 find elements by attribute
	4.6 find elements by attribute value
	4.7 find elements by attribute start, end or contains
	4.8 find elements by attribute value with regular expression
5. Selector combinations
	5.1 find elements with id
	5.2 find elements with class
	5.3 find elements with attribute
6. Pseudo selectors
	6.1 find elements whose sibling index is less than 
	6.2 find elements whose sibling index is greater than
	6.3 find elements whose sibling index is equal to 
	6.4 find elements that contain elements matching the selector
	6.5 find elements that do not match the selector
	6.6 find elements that contain the given text. The search is case-insensitive
	6.7 find elements that directly contain the given text
	6.8 find elements whose text matches the specified regular expression
	6.9 find elements whose own text matches the specified regular expression

7. Extract attributes, text, and HTML from elements
8. Modifying Data
	8.1 setting attribute values
	8.2 setting html of an element
	8.3 setting text content of elements

All the above contents are coming soom…….!!!

Exit mobile version