There is an unhandled error in Xsoup when using XPath expressions with query in any functions. For example:
//tr[contains(td[1]/text(), 'something')]/td[2]/text()
This causes a NullPointerException at line 53 in CombiningEvaluator due to a null return value in the XPathParser::byFunction method.
There is an unhandled error in Xsoup when using XPath expressions with query in any functions. For example:
//tr[contains(td[1]/text(), 'something')]/td[2]/text()This causes a NullPointerException at line 53 in CombiningEvaluator due to a null return value in the XPathParser::byFunction method.