Xerces2 Java Parser.
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 ....
Here is the list of declaration for xercesImpl. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <version>2.8.1</version> </dependency>
If you think this Maven repository POM file listing for xercesImpl is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table lists the most popular artifacts which are depending on xercesImpl-2.8.1. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
XML | wss4j 1.5.4 Apache WSS4J is an implementation of the Web Services Security (WS-Security) being developed at OASIS Web Services Security TC. WSS4J is a primarily a Java library that can be used to sign and verify SOAP Messages with WS-Security information. WSS4J will use Apache Axis and Apache XML-Sec... | 9 |
Web Framework | doxia-module-fml 1.1.2 A Doxia module for FML source documents. | 7 |
Build | ant 1.7.0 Apache Ant | 227 |
Security | wss4j 1.5.8 Apache WSS4J is an implementation of the Web Services Security (WS-Security) being developed at OASIS Web Services Security TC. WSS4J is a primarily a Java library that can be used to sign and verify SOAP Messages with WS-Security information. WSS4J will use Apache A... | 6 |
Library | metadata-extractor 2.6.2 Java library for reading metadata from image files. | 14 |
Template | velocity-tools 2.0 VelocityTools is an integrated collection of Velocity subprojects with the common goal of creating tools and infrastructure to speed and ease development of both web and non-web applications using the Velocity template engine. | 13 |
The following packages are defined in the xercesImpl-2.8.1.jar
org.apache.html.dom org.apache.wml org.apache.wml.dom org.apache.xerces.dom org.apache.xerces.dom.events org.apache.xerces.dom3.as org.apache.xerces.impl org.apache.xerces.impl.dtd org.apache.xerces.impl.dtd.models org.apache.xerces.impl.dv org.apache.xerces.impl.dv.dtd org.apache.xerces.impl.dv.util org.apache.xerces.impl.dv.xs org.apache.xerces.impl.io org.apache.xerces.impl.msg org.apache.xerces.impl.validation org.apache.xerces.impl.xpath org.apache.xerces.impl.xpath.regex org.apache.xerces.impl.xs org.apache.xerces.impl.xs.identity org.apache.xerces.impl.xs.models org.apache.xerces.impl.xs.opti org.apache.xerces.impl.xs.traversers org.apache.xerces.impl.xs.util org.apache.xerces.jaxp org.apache.xerces.jaxp.datatype org.apache.xerces.jaxp.validation org.apache.xerces.parsers org.apache.xerces.util org.apache.xerces.xinclude org.apache.xerces.xni org.apache.xerces.xni.grammars org.apache.xerces.xni.parser org.apache.xerces.xpointer org.apache.xerces.xs org.apache.xerces.xs.datatypes org.apache.xml.serialize org.w3c.dom.html
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?><project> <parent> <artifactId>apache</artifactId> <groupId>org.apache</groupId> <version>3</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <name>Xerces2 Java Parser</name> <version>2.8.1</version> <description>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.</description> <url>http://xerces.apache.org/xerces2-j/</url> <issueManagement> <system>JIRA</system> <url>http://issues.apache.org/jira/browse/XERCESJ</url> </issueManagement> <mailingLists> <mailingList> <name>Xerces Java User's List</name> <subscribe>j-users-subscribe@xerces.apache.org</subscribe> <unsubscribe>j-users-unsubscribe@xerces.apache.org</unsubscribe> <post>j-users@xerces.apache.org</post> <archive>http://mail-archives.apache.org/mod_mbox/xerces-j-users/</archive> </mailingList> <mailingList> <name>Xerces Java Developer's List</name> <subscribe>j-dev-subscribe@xerces.apache.org</subscribe> <unsubscribe>j-dev-unsubscribe@xerces.apache.org</unsubscribe> <post>j-dev@xerces.apache.org</post> <archive>http://mail-archives.apache.org/mod_mbox/xerces-j-dev/</archive> </mailingList> </mailingLists> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/xerces/java/tags/Xerces-J_2_8_1/</connection> <url>http://svn.apache.org/viewvc/xerces/java/tags/Xerces-J_2_8_1/</url> </scm> <dependencies> <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> <version>1.3.03</version> </dependency> <dependency> <groupId>xml-resolver</groupId> <artifactId>xml-resolver</artifactId> <version>1.1</version> <optional>true</optional> </dependency> </dependencies> <distributionManagement> <status>deployed</status> </distributionManagement> </project>