{"id":54415,"library":"jaxen","title":"Jaxen","description":"Jaxen is a universal XPath engine for Java, supporting evaluation of XPath expressions against various object models.","status":"active","version":"2.0.5","language":"java","source_language":null,"source_url":"https://github.com/jaxen-xpath/jaxen","tags":["xpath","xml","query","java"],"install":[{"cmd":"<dependency>\n  <groupId>jaxen</groupId>\n  <artifactId>jaxen</artifactId>\n  <version>2.0.5</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'jaxen:jaxen:2.0.5'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"XPath","correct":"org.jaxen.XPath"}],"quickstart":{"code":"import org.jaxen.XPath;\nimport org.jaxen.dom.DOMXPath;\nimport org.w3c.dom.Document;\nimport javax.xml.parsers.DocumentBuilderFactory;\n\npublic class Example {\n    public static void main(String[] args) throws Exception {\n        Document doc = DocumentBuilderFactory.newInstance().newDocumentBuilder().parse(\"file.xml\");\n        XPath xpath = new DOMXPath(\"/root/element\");\n        System.out.println(xpath.evaluate(doc));\n    }\n}","lang":"java","description":"Evaluates an XPath expression against an XML document and prints the result."},"warnings":[],"env_vars":null,"search_vec":"'engin':7 'evalu':11 'express':14 'java':9,22 'jaxen':1,2 'model':18 'object':17 'queri':21 'support':10 'univers':5 'various':16 'xml':20 'xpath':6,13,19","created_at":"2026-06-15T09:04:59.121625+00:00","updated_at":"2026-06-15T09:04:59.121625+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://jaxen-xpath.github.io/jaxen/","github":"https://github.com/jaxen-xpath/jaxen","docs":"https://appdoc.app/artifact/jaxen/jaxen/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}