After reading through the documentation.
Ive come to realize the selector method is what i need to be able to scan different html sources(such as webpages) to retreive certain tags.
For example. I have a list of htmls that have articles.
when a item is clicked in the listview, the html is parsed for certain tags to extract the article text.
I know the Selector method would allow me to set a pattern.
But what is the right format for what i am trying to do for the selector method?