1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: libjaxp1.3-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Matthias Klose <doko@ubuntu.com>,
Jakub Adam <jakub.adam@ktknet.cz>
Build-Depends:
debhelper (>= 10),
default-jdk,
javahelper,
maven-repo-helper
Standards-Version: 4.1.2
Vcs-Git: https://anonscm.debian.org/git/pkg-java/libjaxp1.3-java.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libjaxp1.3-java.git
Homepage: http://java.sun.com/xml/jaxp/index.jsp
Package: libjaxp1.3-java
Architecture: all
Depends: ${misc:Depends}
Conflicts: libxalan2-java (<= 2.7.1-2)
Description: Java XML parser and transformer APIs (DOM, SAX, JAXP, TrAX)
xml-apis.jar from the Apache XML Commons project is used by the Xerces-J XML
parser and Xalan-J XSLT processor and specifies these APIs:
* Document Object Model (DOM) level 3
* Simple API for XML (SAX) 2.0.2
* Java APIs for XML Processing (JAXP) 1.3.04
* Transformation API for XML (TrAX) 1.3.04
* Document Object Model (DOM) Level 3 Load and Save
* JSR 206 Java API for XML Processing 1.3
.
These classes are also used in Sun's reference implementation. A GPL'ed
implementation of these APIs can be found in the libgnujaxp-java package.
|