Registry / serialization / saxon-dom

saxon-dom

JSON →
library8.7javamavenunverified

Saxon support library for third-party object model DOM, enabling XSLT and XPath processing.

<dependency> <groupId>net.sf.saxon</groupId> <artifactId>saxon-dom</artifactId> <version>8.7</version> </dependency>
INSTALL
IMPORT
SIG · SAXON-DOM
S
saxon-dom
serializationjavav8.7
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.

DOMNodeWrapper
net.sf.saxon.dom.DOMNodeWrapper

Wrap a DOM document for Saxon processing

import net.sf.saxon.dom.DOMNodeWrapper; import org.w3c.dom.Document; public class Example { public static void main(String[] args) { Document doc = null; // Obtain from parser DOMNodeWrapper wrapper = new DOMNodeWrapper(doc); System.out.println("DOM wrapped for Saxon"); } }
Debug
Known issues
breakingSaxon 8.x is outdated; consider upgrading to Saxon-HE 12.x for modern XSLT 3.0 support.
fix
Use net.sf.saxon:Saxon-HE for latest features.
affects: <=8.7
Upgrade
Version history
8.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
saxon-dom — mvn dependency:get saxon-dom · libregistry