nekopull

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.

License

License

GroupId

GroupId

org.cyberneko.pull
ArtifactId

ArtifactId

nekopull
Last Version

Last Version

0.2.4
Release Date

Release Date

Type

Type

jar
Description

Description

nekopull
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.
Project URL

Project URL

http://people.apache.org/~andyc/neko/doc/pull/index.html

Download nekopull

How to add to project

<!-- https://jarcasting.com/artifacts/org.cyberneko.pull/nekopull/ -->
<dependency>
    <groupId>org.cyberneko.pull</groupId>
    <artifactId>nekopull</artifactId>
    <version>0.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.cyberneko.pull/nekopull/
implementation 'org.cyberneko.pull:nekopull:0.2.4'
// https://jarcasting.com/artifacts/org.cyberneko.pull/nekopull/
implementation ("org.cyberneko.pull:nekopull:0.2.4")
'org.cyberneko.pull:nekopull:jar:0.2.4'
<dependency org="org.cyberneko.pull" name="nekopull" rev="0.2.4">
  <artifact name="nekopull" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cyberneko.pull', module='nekopull', version='0.2.4')
)
libraryDependencies += "org.cyberneko.pull" % "nekopull" % "0.2.4"
[org.cyberneko.pull/nekopull "0.2.4"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.4