SkillAgentSearch skills...

Dom4j

flexible XML framework for Java

Install / Use

/learn @dom4j/Dom4j
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Maven Central Version GitHub Release Javadocs

dom4j

dom4j is an open source framework for processing XML which is integrated with XPath and fully supports DOM, SAX, JAXP and the Java platform such as Java 2 Collections.

See https://dom4j.github.io for details.

Optional dependencies

If you use some optional dependency of dom4j (for example, Jaxen, xsdlib etc.), you need to specify an explicit dependency on it in your project. They are no longer marked as a mandatory transitive dependency by dom4j.

If you are using Gradle 6+ then you may declare a dependency on these features like this:

// Current feature names: jaxen, xsdlib, jaxb, pullParser, xpp
implementation("org.dom4j:dom4j:${dom4jVersion}") {
  capabilities {
     requireCapability('org.dom4j:dom4j-jaxen-support')
  }
}

Related Skills

View on GitHub
GitHub Stars947
CategoryDevelopment
Updated1mo ago
Forks242

Languages

Java

Security Score

85/100

Audited on Feb 15, 2026

No findings