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.0.b2</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.txt.
The following table lists the most popular artifacts which are depending on xml-apis-1.0.b2. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Groovy | groovy 1.0-jsr-04 a powerful and dynamic scripting language for the JVM | 5 |
Data Structure | commons-configuration 1.5 Tools to assist in the reading of configuration/preferences files in various formats | 55 |
XML | dom4j 1.6 dom4j: the flexible XML framework for Java | 8 |
Data Structure | commons-vfs 1.0 VFS is a Virtual File System library. | 17 |
XML | dom4j 1.6.1 dom4j: the flexible XML framework for Java | 343 |
Build | wagon-http-lightweight 1.0-beta-2 Wagon that gets and puts artifacts through http using standard Java library | 6 |
XML | dom4j 1.6.1-hudson-1 dom4j: the flexible XML framework for Java | 84 |
Data Structure | commons-configuration 1.7 Tools to assist in the reading of configuration/preferences files in various formats | 44 |
Groovy | groovy 1.0 a powerful and dynamic scripting language for the JVM | 17 |
EJB | openejb-core 1.0 OpenEJB Core EJB Container | 51 |
Inversion of Control | picocontainer 1.2 Please refer to the <a href="http://picocontainer.org/">main website</a> for documentation. | 5 |
XML | commons-digester 1.8.1 The Digester package lets you configure an XML to Java object mapping module which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized. | 37 |
Groovy | groovy 1.0-jsr-06 a powerful and dynamic scripting language for the JVM | 7 |
ORM | jdo2-api 2.0 The Java Data Objects 2.0 (JDO) API is a standard interface-based Java model abstraction of persistence, developed as Java Specification Request 243 under the auspices of the Java Community Process. | 28 |
XML | commons-digester 1.7 The Digester package lets you configure an XML->Java object mapping module which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized. | 182 |
XML | commons-jelly-tags-xml 1.1 The Jelly XML Tag Library | 154 |
Data Structure | commons-configuration 1.6 Tools to assist in the reading of configuration/preferences files in various formats | 156 |
XML | ws-commons-java5 1.0.1 This is a small collection of classes, which are part of the Java 5 Core. In other words, you do not need this library, if you are running Java 5, or later. The Java 5 classes are used by projects like Apache JaxMe, Apache XML-RPC, or the the ws-common-utils. | 9 |
Data Structure | commons-configuration 1.4 Tools to assist in the reading of configuration/preferences files in various formats | 5 |
XML | commons-jelly 1.0 Jelly is a Java and XML based scripting engine. Jelly combines the best ideas from JSTL, Velocity, DVSL, Ant and Cocoon all together in a simple yet powerful scripting engine. | 53 |
XML | commons-digester 1.8 The Digester package lets you configure an XML->Java object mapping module which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized. | 40 |
XML | struts 1.2.4 The core of the Struts framework is a flexible control layer based on standard technologies like Java Servlets, JavaBeans, ResourceBundles, and Extensible Markup Language (XML), as well as various Jakarta Commons packages. Struts encourages application architectures based on the Model 2 approach, a... | 12 |
Data Structure | commons-configuration 1.8 Tools to assist in the reading of configuration/preferences files in various formats | 72 |
Data Structure | commons-configuration 1.9 Tools to assist in the reading of configuration/preferences files in various formats | 15 |
The following packages are defined in the xml-apis-1.0.b2.jar
javax.xml.parsers javax.xml.transform javax.xml.transform.dom javax.xml.transform.sax javax.xml.transform.stream org.apache.xmlcommons org.w3c.dom org.w3c.dom.css org.w3c.dom.events org.w3c.dom.html org.w3c.dom.ranges org.w3c.dom.stylesheets org.w3c.dom.traversal org.w3c.dom.views org.xml.sax org.xml.sax.ext org.xml.sax.helpers
Here is the content of the POM file.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> <name>XML Commons External Components XML APIs</name> <version>1.0.b2</version> <url>http://xml.apache.org/commons/#external</url> <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> <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> </licenses> <organization> <name>Apache Software Foundation</name> <url>http://www.apache.org/</url> </organization> <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-1_0_b2</connection> <url>http://svn.apache.org/viewvc/xml/commons/tags/xml-commons-1_0_b2</url> </scm> <distributionManagement> <downloadUrl>http://www.apache.org/dist/xml/commons/binaries/xml-commons-1.0.b2.tar.gz</downloadUrl> </distributionManagement> </project>