development/libraries/java

nekopull - XNI parser

Website: http://people.apache.org/~andyc/neko/doc/pull/index.html
License: Public Domain
Vendor: JPackage Project
Description:
NekoPull is an XML document parsing API that extends the
Xerces Native Interface (XNI) to provide pull parsing
functionality. The pull parsing paradigm is different from
tree-based APIs like the Document Object Model (DOM) and
event stream APIs like the Simple API for XML (SAX) in that
the application controls the parsing of documents. NekoPull
is similar to lex in that the application requests, or pulls,
the document information one piece at a time instead of
having document information pushed to the application.

This implementation of NekoPull is driven by the Xerces2
parser. As such, there are inherent limits based on the
Xerces2 parser. However, the API itself does not have have
these limits — other parsers can be written that implement
the NekoPull API directly for optimal performance.

Packages

nekopull-0.2.4-2.jpp6.src [161 KiB] Changelog by Will Tatam (2012-11-01):
- Auto rebuild for JPackage 6 in centos5 mock
nekopull-0.2.4-2.jpp6.noarch [37 KiB] Changelog by Will Tatam (2012-11-01):
- Auto rebuild for JPackage 6 in centos5 mock

Listing created by Repoview-0.6.6-5.mga4.tainted