Tag

DOM4J

1 views collected around this technical thread.

FunTester
FunTester
Oct 11, 2020 · Backend Development

XML File Parsing Methods and a Groovy‑Based DOM4J Utility Class

The article explains four XML parsing approaches (DOM, SAX, JDOM, DOM4J), highlights the use of Groovy for scripting, provides a sample XML snippet, and presents a complete Groovy/Java utility class that leverages dom4j to parse XML files for backend applications.

DOM4JGroovyJava
0 likes · 6 min read
XML File Parsing Methods and a Groovy‑Based DOM4J Utility Class
Java Captain
Java Captain
Apr 16, 2018 · Fundamentals

XML Parsing in Java: DOM, SAX, JDOM, and DOM4J Comparison and Examples

This article provides a comprehensive guide to parsing XML in Java, covering the official DOM and SAX methods, third‑party JDOM and DOM4J libraries, detailed code examples for each approach, and a performance and feature comparison to help developers choose the most suitable parser.

DOMDOM4JJDOM
0 likes · 20 min read
XML Parsing in Java: DOM, SAX, JDOM, and DOM4J Comparison and Examples