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....
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.9.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 xercesImpl-2.9.1 has 2 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 Parser | xml-apis 1.3.04 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 ... | 88 |
XML Parser | xml-resolver 1.2 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 ... | 99 |
The following table lists the most popular artifacts which are depending on xercesImpl-2.9.1. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Web Framework | nekohtml 1.9.16 An HTML parser and tag balancer. | 5 |
JEE | opencms-core 8.0.1 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. | 53 |
Development | osmosis-core 0.43.1 Osmosis is a Java application and library for processing OSM data. | 7 |
Security | wss4j 1.6.7 The Apache WSS4J project provides a Java implementation of the primary security standards for Web Services, namely the OASIS Web Services Security (WS-Security) specifications from the OASIS Web Services Security TC. | 13 |
XML | xmlsec 1.4.4 Apache Santuario supports XML-Signature Syntax and Processing, W3C Recommendation 12 February 2002, and XML Encryption Syntax and Processing, W3C Recommendation 10 December 2002. As of version 1.4, the Java library supports the standard Java API JSR-105: XML Digital ... | 7 |
XML | xmlsec 1.4.5 Apache Santuario supports XML-Signature Syntax and Processing, W3C Recommendation 12 February 2002, and XML Encryption Syntax and Processing, W3C Recommendation 10 December 2002. As of version 1.4, the Java library supports the standard Java API JSR-105: XML Digital ... | 6 |
JUnit | htmlunit 2.8 A headless browser intended for use in testing web-based applications. | 20 |
Development | pmd 5.0.3 <p>PMD scans Java source code and looks for potential problems like:</p> <ul> <li>Possible bugs - empty try/catch/finally/switch statements</li> <li>Dead code - unused local variables, parameters and private methods</li> <li>Suboptimal code - wasteful String/StringBuffer usage</li> <li>Over... | 25 |
Security | wss4j 1.5.12 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... | 16 |
XML | xsdlib 2010.1 XML Schema datatypes library | 7 |
XML Binding | axiom-dom 1.2.12 The Axiom DOM implementation. | 5 |
JUnit | htmlunit 2.7 A headless browser intended for use in testing web-based applications. | 6 |
Web Framework | doxia-core 1.3 Doxia core classes and interfaces. | 37 |
Web Framework | doxia-core 1.4 Doxia core classes and interfaces. | 9 |
GWT | gwt-maven-plugin 2.4.0 Maven plugin for the Google Web Toolkit. | 11 |
Development | osmosis-core 0.43-RELEASE Osmosis is a Java application and library for processing OSM data. | 8 |
XML | xmlsec 1.4.3 Apache XML Security supports XML-Signature Syntax and Processing, W3C Recommendation 12 February 2002, and XML Encryption Syntax and Processing, W3C Recommendation 10 December 2002. As of version 1.4, the Java library supports the standard Java API JSR-105: XML Digital ... | 12 |
JUnit | htmlunit 2.9 A headless browser intended for use in testing web-based applications. | 37 |
XML | xmlsec 1.5.5 Apache XML Security for Java supports XML-Signature Syntax and Processing, W3C Recommendation 12 February 2002, and XML Encryption Syntax and Processing, W3C Recommendation 10 December 2002. As of version 1.4, the library supports the standard Java API JSR-105: XML Digital S... | 5 |
Web Framework | doxia-core 1.1.3 Doxia core classes and interfaces. | 15 |
Web Framework | nekohtml 1.9.15 An HTML parser and tag balancer. | 11 |
The following packages are defined in the xercesImpl-2.9.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 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> <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> <version>4</version> </parent> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <version>2.9.1</version> <name>Xerces2 Java Parser</name> <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> <dependencies> <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> <version>1.3.04</version> </dependency> <dependency> <groupId>xml-resolver</groupId> <artifactId>xml-resolver</artifactId> <version>1.2</version> <optional>true</optional> </dependency> </dependencies> <build> <sourceDirectory>src</sourceDirectory> </build> </project>