Télécharger la liste

Description du projet

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.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-04-01 09:03
0.2.4

Ce communiqué a été mis à jour pour travailler avec Xerces-J 2.6.2, qui a supprimé la classe ObjectFactory du paquet org.apache.xerces.util ..
Tags: Minor bugfixes
This release was updated to work with Xerces-J 2.6.2, which removed the ObjectFactory class from the org.apache.xerces.util package..

2003-06-26 04:03
0.2.3

Cette version corrige un bug qui faisait attribue à être conservés d'élément à élément.
Tags: Minor bugfixes
This release fixes a bug which caused attributes to be retained from
element to element.

2003-05-03 06:53
0.2.2

Un fichier JAR avec un correctif pour une exception de pointeur null introduit en Xerces 2.3.0 était inclus. Les versions ultérieures de Xerces ont le correctif Incorporated. Un champ d'espace de noms a été ajouté au GeneralEntityEvent pour répondre aux nouvelles méthodes en XMLResourceIdentifier dans Xerces-J 2.4.0.
Tags: Minor bugfixes
A Jar file with a patch for a null pointer exception introduced in Xerces 2.3.0 was included. Subsequent versions of Xerces have the fix incorporated. A namespace field was added to the GeneralEntityEvent to match the new methods in XMLResourceIdentifier in Xerces-J 2.4.0.

2003-01-29 01:30
0.2.1

Une mise à jour de la mise en œuvre des changements introduits dans XNI Xerces-J 2.3.0.
Tags: Minor bugfixes
An updated implementation for XNI changes introduced in Xerces-J 2.3.0.

2002-11-27 23:34
0.2

Cela modifie communiqué les noms de champs dans GeneralEntityEvent de mieux faire correspondre les conventions de nommage Java.
Tags: Code cleanup
This release changes the names of fields in GeneralEntityEvent to
better match Java naming conventions.

Project Resources