Registry / serialization / jcabi-xml

jcabi-xml

JSON →
library0.35.0javamavenunverified

jcabi XML is a library for parsing and transforming XML documents with a fluent API.

<dependency> <groupId>com.jcabi</groupId> <artifactId>jcabi-xml</artifactId> <version>0.35.0</version> </dependency>
INSTALL
IMPORT
SIG · JCABI-XML
J
jcabi-xml
serializationjavav0.35.0
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.

XML
com.jcabi.xml.XML

Parses an XML string and extracts a value using XPath.

import com.jcabi.xml.XML; import com.jcabi.xml.XMLDocument; public class Example { public static void main(String[] args) { XML xml = new XMLDocument("<root><item>value</item></root>"); String value = xml.xpath("/root/item/text()").get(0); System.out.println(value); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.35.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jcabi-xml — mvn dependency:get jcabi-xml · libregistry