1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: libsaxpath-java
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Arnaud Vandyck <avdyk@debian.org>
Build-Depends-Indep: debhelper (>> 4.0.0), cdbs (>= 0.4.8), kaffe (>= 1.1.4), libant1.6-java, jikes, libgnujaxp-java, junit
Standards-Version: 3.6.1
Package: libsaxpath-java
Architecture: all
Depends: kaffe | gij | sablevm | java1-runtime | java2-runtime, libgnujaxp-java
Suggests: java-virtual-machine
Description: Java XPath engine for use on a variety of XML object models
The SAXPath project is a Simple API for XPath. SAXPath is analogous to
SAX in that the API abstracts away the details of parsing and provides
a simple event based callback interface.
.
SAXPath provides a single point for XPath expression parsing,
regardless of the target object model, whether it's dom4j, JDOM, DOM,
JavaBeans, or whatnot.
.
Homepage: <http://sourceforge.net/projects/saxpath>
|