This class can be used to extract values from tag based documents.
It can read a document file up to a given length limit and tries to find a given tag in the document.
The class can find either a single tag or all tags in the document. It returns respectively the content of the tag or an array of values with the content of all tags found.