Functions
All the functions used in the package are documented here. \
find
find is available to call from the Document and Element type.
The function returns a Element type or undefined.
findAll
findAll is available to call from the Document and Element type.
The function returns an array of Element type.
If no elements was found, it will return an empty array.