Skip to content

NPE when using functions #62

@MaximPixel

Description

@MaximPixel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions