Uses Javascript for getting clicked node source.
Parses webpage with Jsoup and finds the first node with selected source.
Shows Html source in a Treeview with the selected node highlighted.
Has a input for selecting nodes with Jsoups CSS (or jquery) selector syntax.
Like this:
doc.select("your input").first();
Check out https://jsoup.org/cookbook/extracting-data/selector-syntax .
Libraries used:
-AndroidTreeview https://github.com/bmelnychuk/AndroidTreeView
-Print https://github.com/johnkil/Print
-JSoup https://jsoup.org/
- FilePicker https://github.com/Angads25/android-filepicker
Parses webpage with Jsoup and finds the first node with selected source.
Shows Html source in a Treeview with the selected node highlighted.
Has a input for selecting nodes with Jsoups CSS (or jquery) selector syntax.
Like this:
doc.select("your input").first();
Check out https://jsoup.org/cookbook/extracting-data/selector-syntax .
Libraries used:
-AndroidTreeview https://github.com/bmelnychuk/AndroidTreeView
-Print https://github.com/johnkil/Print
-JSoup https://jsoup.org/
- FilePicker https://github.com/Angads25/android-filepicker
Show More >
Html source treeview
Loading...
