Saxon DOM.
Saxon support library for third-party object model DOM.
Here is the list of declaration for saxon-dom. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>net.sf.saxon</groupId> <artifactId>saxon-dom</artifactId> <version>8.7</version> </dependency>
If you think this Maven repository POM file listing for saxon-dom is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:Mozilla Public License Version 1.0
URL: http://www.mozilla.org/MPL/MPL-1.0.txt.
The saxon-dom-8.7 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
XML | saxon 8.7 The XSLT and XQuery Processor | 18 |
The following packages are defined in the saxon-dom-8.7.jar
net.sf.saxon.dom
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <project> <modelVersion>4.0.0</modelVersion> <groupId>net.sf.saxon</groupId> <artifactId>saxon-dom</artifactId> <version>8.7</version> <name>Saxon DOM</name> <description>Saxon support library for third-party object model DOM</description> <url>http://saxon.sf.net</url> <licenses> <license> <name>Mozilla Public License Version 1.0</name> <url>http://www.mozilla.org/MPL/MPL-1.0.txt</url> </license> </licenses> <scm> <url>http://cvs.sourceforge.net/viewcvs.py/saxon</url> </scm> <dependencies> <dependency> <groupId>net.sf.saxon</groupId> <artifactId>saxon</artifactId> <version>8.7</version> </dependency> </dependencies> </project>