Maven Repository - POM file for Parser xercesImpl 2.9.0 2.9.0

Summary

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....

Declaration

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.0</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.





Depends on

The xercesImpl-2.9.0 has 2 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
XML Parserxml-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 Parserxml-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

Depended by

The following table lists the most popular artifacts which are depending on xercesImpl-2.9.0. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Buildant 1.7.1
Apache Ant
137
XMLserializer 2.7.1
Serializer to write out XML, HTML etc. as a stream of characters from an input DOM or from input SAX events.
48
Buildant 1.8.0
Apache Ant
26
Buildant-nodeps 1.7.1
contains all the optional tasks and types which do not have particular dependencies
14
Developmentbarcode4j 2.0
Barcode4J is a flexible generator for barcodes written in Java.
10
Consolexalan 2.7.1
Xalan-Java is an XSLT processor for transforming XML documents into HTML, text, or other XML document types. It implements XSL Transformations (XSLT) Version 1.0 and XML Path Language (XPath) Version 1.0 and can be used from the command line, in an applet or a servlet, or as a module in...
155

Packages

The following packages are defined in the xercesImpl-2.9.0.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




POM File Source

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.0</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>