Registry / serialization / jaxen
library2.0.5javamavenunverified

Jaxen is a universal XPath engine for Java, supporting evaluation of XPath expressions against various object models.

<dependency> <groupId>jaxen</groupId> <artifactId>jaxen</artifactId> <version>2.0.5</version> </dependency>
INSTALL
IMPORT
SIG · JAXEN
J
jaxen
serializationjavav2.0.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

XPath
org.jaxen.XPath

Evaluates an XPath expression against an XML document and prints the result.

import org.jaxen.XPath; import org.jaxen.dom.DOMXPath; import org.w3c.dom.Document; import javax.xml.parsers.DocumentBuilderFactory; public class Example { public static void main(String[] args) throws Exception { Document doc = DocumentBuilderFactory.newInstance().newDocumentBuilder().parse("file.xml"); XPath xpath = new DOMXPath("/root/element"); System.out.println(xpath.evaluate(doc)); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
jaxen — mvn dependency:get jaxen · libregistry