XML Commons External Components XML APIs.
xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in other xml-based projects. Our hope is that we can standardize on both a common version and packaging scheme for these critical XML standards interfaces to make the lives of both our developers ....
Here is the list of declaration for xml-apis. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> <version>1.4.01</version> </dependency>
If you think this Maven repository POM file listing for xml-apis is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txtName:The SAX License
URL: http://www.saxproject.org/copying.htmlName:The W3C License
URL: http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.zip.
The following table lists the most popular artifacts which are depending on xml-apis-1.4.01. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Data Structure | phloc-commons 4.3.3 phloc very basic stuff | 7 |
JEE | opencms-core 8.5.2 Opencms-core is the JAR-Library for OpenCms. OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed. | 5 |
Library | core 1.0.9 Serenity core libraries | 6 |
Web Service | openws 1.4.2-1 The OpenWS library provides a growing set of tools to work with web services at a low level. These tools include classes for creating and reading SOAP messages, transport-independent clients for connecting to web services, and various transports for use with those clients. | 11 |
Library | core 1.0.16 Serenity core libraries | 7 |
Parser | xercesImpl 2.11.0 Xerces2 is the next generation of high performance, fully compliant XML parsers in the Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy to program.... | 35 |
Parser | xercesImpl 2.10.0 Xerces2 is the next generation of high performance, fully compliant XML parsers in the Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy to program.... | 29 |
Library | core 1.0.23 Serenity core libraries | 6 |
Library | core 1.0.21 Serenity core libraries | 5 |
Library | core 1.0.12 Serenity core libraries | 5 |
Security | opensaml 2.5.1-1 The OpenSAML-J library provides tools to support developers working with the Security Assertion Markup Language (SAML). | 14 |
JEE | opencms-core 8.5.0 Opencms-core is the JAR-Library for OpenCms. OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed. | 28 |
Library | core 1.0.14 Serenity core libraries | 5 |
XML | xmltooling 1.3.2-1 XMLTooling-J is a low-level library that may be used to construct libraries that allow developers to work with XML in a Java beans manner. | 11 |
The following packages are defined in the xml-apis-1.4.01.jar
javax.xml javax.xml.datatype javax.xml.namespace javax.xml.parsers javax.xml.stream javax.xml.stream.events javax.xml.stream.util javax.xml.transform javax.xml.transform.dom javax.xml.transform.sax javax.xml.transform.stax javax.xml.transform.stream javax.xml.validation javax.xml.xpath org.apache.xmlcommons org.w3c.dom org.w3c.dom.bootstrap org.w3c.dom.css org.w3c.dom.events org.w3c.dom.html org.w3c.dom.ls org.w3c.dom.ranges org.w3c.dom.stylesheets org.w3c.dom.traversal org.w3c.dom.views org.w3c.dom.xpath org.xml.sax org.xml.sax.ext org.xml.sax.helpers
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> <name>XML Commons External Components XML APIs</name> <version>1.4.01</version> <description>xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in other xml-based projects. Our hope is that we can standardize on both a common version and packaging scheme for these critical XML standards interfaces to make the lives of both our developers and users easier. The External Components portion of xml-commons contains interfaces that are defined by external standards organizations. For DOM, that's the W3C; for SAX it's David Megginson and sax.sourceforge.net; for JAXP it's Sun.</description> <url>http://xml.apache.org/commons/components/external/</url> <issueManagement> <system>bugzilla</system> <url>http://issues.apache.org/bugzilla/</url> </issueManagement> <mailingLists> <mailingList> <name>XML Commons Developer's List</name> <subscribe>commons-dev-subscribe@xml.apache.org</subscribe> <unsubscribe>commons-dev-unsubscribe@xml.apache.org</unsubscribe> <post>commons-dev@xml.apache.org</post> <archive>http://mail-archives.apache.org/mod_mbox/xml-commons-dev/</archive> </mailingList> </mailingLists> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/xml/commons/tags/xml-commons-external-1_4_01/</connection> <url>https://svn.apache.org/viewvc/xml/commons/tags/xml-commons-external-1_4_01/</url> </scm> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> <license> <name>The SAX License</name> <url>http://www.saxproject.org/copying.html</url> <distribution>repo</distribution> </license> <license> <name>The W3C License</name> <url>http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.zip</url> <distribution>repo</distribution> </license> </licenses> </project>